gitignore: improve bin

This commit is contained in:
Megamouse 2018-05-16 21:27:55 +02:00 committed by Ani
parent a68dac7282
commit 3e71284d56

34
.gitignore vendored
View file

@ -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