gitignore: Fix ignore of bin-arm64

Reverts 2d4313cc5b and provides a correct ignore entry
This commit is contained in:
TheLastRar 2024-08-02 11:43:45 +01:00 committed by Ty
parent 01de02677f
commit c3ed4faec1
1 changed files with 33 additions and 29 deletions

62
.gitignore vendored
View File

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