mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 13:31:27 +12:00
Fix GitIgnore
This commit is contained in:
parent
cb00190c3e
commit
95abf768a7
1 changed files with 5 additions and 0 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -41,6 +41,10 @@
|
||||||
/Vulkan/Vulkan-build
|
/Vulkan/Vulkan-build
|
||||||
/Vulkan/glslang-build
|
/Vulkan/glslang-build
|
||||||
|
|
||||||
|
# Themes
|
||||||
|
!/bin/GuiConfigs/
|
||||||
|
/bin/GuiConfigs/*.ini
|
||||||
|
|
||||||
/bin/rpcs3.ini
|
/bin/rpcs3.ini
|
||||||
/bin/rpcs3.ipdb
|
/bin/rpcs3.ipdb
|
||||||
/bin/rpcs3.iobj
|
/bin/rpcs3.iobj
|
||||||
|
@ -70,6 +74,7 @@ rpcs3/git-version.h
|
||||||
!/bin/dev_hdd0/game/
|
!/bin/dev_hdd0/game/
|
||||||
/bin/dev_hdd0/game/*
|
/bin/dev_hdd0/game/*
|
||||||
!/bin/dev_hdd0/game/TEST12345/
|
!/bin/dev_hdd0/game/TEST12345/
|
||||||
|
/bin/dev_hdd0/disc/*
|
||||||
|
|
||||||
# Ignore other system generated files
|
# Ignore other system generated files
|
||||||
bin/dev_hdd0/*.txt
|
bin/dev_hdd0/*.txt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue