gitignore: Ignore bin*

This commit is contained in:
TheLastRar 2024-07-13 13:55:55 +01:00 committed by Ty
parent 0017e33023
commit 225f057a5c
1 changed files with 29 additions and 29 deletions

58
.gitignore vendored
View File

@ -63,35 +63,35 @@ oprofile_data/
*.kdev4 *.kdev4
/.kdev4* /.kdev4*
/bin/**/*.dll /bin*/**/*.dll
/bin/**/*.dmp /bin*/**/*.dmp
/bin/**/*.exp /bin*/**/*.exp
/bin/**/*.ilk /bin*/**/*.ilk
/bin/**/*.lib /bin*/**/*.lib
/bin/**/*.pdb /bin*/**/*.pdb
/bin/pcsx2* /bin*/pcsx2*
/bin/qt.conf /bin*/qt.conf
/bin/bios /bin*/bios
/bin/cache /bin*/cache
/bin/cheats /bin*/cheats
/bin/patches /bin*/patches
/bin/covers /bin*/covers
/bin/dumps /bin*/dumps
/bin/gamesettings /bin*/gamesettings
/bin/help /bin*/help
/bin/inis /bin*/inis
/bin/inis/debuggersettings /bin*/inis/debuggersettings
/bin/logs /bin*/logs
/bin/memcards /bin*/memcards
/bin/plugins /bin*/plugins
/bin/snaps /bin*/snaps
/bin/sstates /bin*/sstates
/bin/textures /bin*/textures
/bin/translations /bin*/translations
/bin/inputprofiles /bin*/inputprofiles
/bin/videos /bin*/videos
/bin/portable.ini /bin*/portable.ini
/bin/portable.txt /bin*/portable.txt
# Manually added by user. # Manually added by user.
/bin/resources/patches.zip /bin/resources/patches.zip