mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 13:28:01 +03:00
gitignore: improve bin
This commit is contained in:
parent
a68dac7282
commit
3e71284d56
1 changed files with 9 additions and 25 deletions
34
.gitignore
vendored
34
.gitignore
vendored
|
@ -31,7 +31,6 @@
|
||||||
*.wav
|
*.wav
|
||||||
|
|
||||||
/build
|
/build
|
||||||
/bin
|
|
||||||
/lib
|
/lib
|
||||||
/tmp
|
/tmp
|
||||||
/ipch
|
/ipch
|
||||||
|
@ -41,21 +40,18 @@
|
||||||
/Vulkan/Vulkan-build
|
/Vulkan/Vulkan-build
|
||||||
/Vulkan/glslang-build
|
/Vulkan/glslang-build
|
||||||
|
|
||||||
|
!/bin
|
||||||
|
/bin/*
|
||||||
|
|
||||||
# Themes
|
# Themes
|
||||||
!/bin/GuiConfigs/
|
!/bin/GuiConfigs/
|
||||||
/bin/GuiConfigs/*.ini
|
/bin/GuiConfigs/*.ini
|
||||||
|
|
||||||
/bin/rpcs3.ini
|
# Ignore installed games except test homebrews
|
||||||
/bin/rpcs3.ipdb
|
!/bin/dev_hdd0/game/
|
||||||
/bin/rpcs3.iobj
|
/bin/dev_hdd0/game/*
|
||||||
/bin/FragmentProgram.txt
|
!/bin/dev_hdd0/game/TEST12345/
|
||||||
/bin/VertexProgram.txt
|
/bin/dev_hdd0/disc/*
|
||||||
/bin/*.hlsl
|
|
||||||
/bin/BreakPoints.dat
|
|
||||||
/bin/textures
|
|
||||||
/bin/*.lib
|
|
||||||
/bin/*.exp
|
|
||||||
rpcs3/git-version.h
|
|
||||||
|
|
||||||
# Visual Studio Files
|
# Visual Studio Files
|
||||||
.vs/*
|
.vs/*
|
||||||
|
@ -66,22 +62,10 @@ rpcs3/git-version.h
|
||||||
*.vcxproj.user
|
*.vcxproj.user
|
||||||
enc_temp_folder/*
|
enc_temp_folder/*
|
||||||
|
|
||||||
# Copyrighted files
|
|
||||||
/bin/data/
|
|
||||||
/bin/dev_flash/data/font
|
|
||||||
/bin/dev_flash/sys
|
|
||||||
/bin/dev_flash/vsh
|
|
||||||
|
|
||||||
# Ignore installed games except test homebrews
|
|
||||||
!/bin/dev_hdd0/game/
|
|
||||||
/bin/dev_hdd0/game/*
|
|
||||||
!/bin/dev_hdd0/game/TEST12345/
|
|
||||||
/bin/dev_hdd0/disc/*
|
|
||||||
|
|
||||||
# Ignore other system generated files
|
# Ignore other system generated files
|
||||||
bin/dev_hdd0/*.txt
|
|
||||||
x64/*
|
x64/*
|
||||||
rpcs3/x64/*
|
rpcs3/x64/*
|
||||||
|
rpcs3/git-version.h
|
||||||
|
|
||||||
# cmake
|
# cmake
|
||||||
Makefile
|
Makefile
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue