mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 14:31:24 +12:00
gitignore: also ignore .dat files and KD-11's weird backups
This commit is contained in:
parent
95951c31f8
commit
e1c9d8cb59
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -46,6 +46,9 @@
|
||||||
# Themes
|
# Themes
|
||||||
!/bin/GuiConfigs/
|
!/bin/GuiConfigs/
|
||||||
/bin/GuiConfigs/*.ini
|
/bin/GuiConfigs/*.ini
|
||||||
|
/bin/GuiConfigs/*.ini.*
|
||||||
|
/bin/GuiConfigs/*.dat
|
||||||
|
/bin/GuiConfigs/*.dat.*
|
||||||
|
|
||||||
# Ignore installed games except test homebrews
|
# Ignore installed games except test homebrews
|
||||||
!/bin/dev_hdd0/game/
|
!/bin/dev_hdd0/game/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue