Cemu/.gitignore

56 lines
647 B
Text
Raw Permalink Normal View History

2022-08-22 22:21:23 +02:00
*.slo
*.lo
*.o
*.obj
*.gch
*.pch
*.so
*.dylib
*.dll
*.a
*.lib
*.exe
*.out
*.app
.vs
2022-11-09 02:45:40 +01:00
.vscode
.idea/
2022-08-22 22:21:23 +02:00
build/
cmake-build-*/
2022-08-22 22:21:23 +02:00
out/
2022-08-25 06:32:31 +02:00
.cache/
bin/Cemu_*
bin/Cemu_*.exe
2022-08-22 22:21:23 +02: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 09:17:34 +02:00
bin/screenshots/*
2023-01-27 09:19:11 +01: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 21:43:54 +02:00
# Ignore Finder view option files created by OS X
.DS_Store