Cemu-Android/.gitignore

57 lines
657 B
Plaintext
Raw Normal View History

2022-08-22 20:21:23 +00:00
*.slo
*.lo
*.o
*.obj
*.gch
*.pch
*.so
*.dylib
*.dll
*.a
*.lib
*.exe
*.out
*.app
.vs
2022-11-09 01:45:40 +00:00
.vscode
.idea/
2022-08-22 20:21:23 +00:00
build/
2024-08-26 09:20:37 +00:00
build_arm
cmake-build-*/
2022-08-22 20:21:23 +00:00
out/
2022-08-25 04:32:31 +00:00
.cache/
bin/Cemu_*
bin/Cemu_*.exe
2022-08-22 20:21:23 +00:00
# Cemu bin files
bin/otp.bin
bin/seeprom.bin
bin/log.txt
bin/Cemu_*.pdb
bin/Cemu_*.ilk
bin/Cemu.exe.backup
bin/mlc01/*
bin/settings.xml
bin/network_services.xml
bin/title_list_cache.xml
bin/debugger/*
bin/sdcard/*
2022-10-11 07:17:34 +00:00
bin/screenshots/*
2023-01-27 08:19:11 +00:00
bin/dump/*
bin/cafeLibs/*
bin/portable/*
bin/keys.txt
!bin/shaderCache/info.txt
bin/shaderCache/*
bin/controllerProfiles/*
!bin/gameProfiles/default/*
bin/gameProfiles/*
bin/graphicPacks/*
2023-09-19 19:43:54 +00:00
# Ignore Finder view option files created by OS X
.DS_Store