mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-02 21:11:17 +12:00
git: Ignore more files in bin folder
Also removes the example.ini since it's outdated.
This commit is contained in:
parent
e524a6c16d
commit
29f3845ae5
2 changed files with 14 additions and 29 deletions
16
.gitignore
vendored
16
.gitignore
vendored
|
@ -19,5 +19,17 @@ out/
|
|||
.cache/
|
||||
|
||||
# Cemu bin files
|
||||
otp.bin
|
||||
seeprom.bin
|
||||
bin/otp.bin
|
||||
bin/seeprom.bin
|
||||
bin/Cemu.pdb
|
||||
bin/mlc01/*
|
||||
bin/settings.xml
|
||||
bin/title_list_cache.xml
|
||||
|
||||
!bin/shaderCache/info.txt
|
||||
bin/shaderCache/*
|
||||
|
||||
bin/controllerProfiles/*
|
||||
|
||||
!bin/gameProfiles/default/*
|
||||
bin/gameProfiles/*
|
Loading…
Add table
Add a link
Reference in a new issue