Skip to content

Commit

Permalink
Misc: Add patches folder to gitignore
Browse files Browse the repository at this point in the history
Adds Patches folder to git ignore so that changing branches/stashing/unstashing does not impact patches files in repository folder.
This matches how the cheats folder is handled.
  • Loading branch information
Daniel-McCarthy authored and refractionpcsx2 committed Jan 4, 2024
1 parent 6b12ca5 commit e3e35d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ oprofile_data/
/bin/bios
/bin/cache
/bin/cheats
/bin/patches
/bin/covers
/bin/dumps
/bin/gamesettings
Expand Down

0 comments on commit e3e35d3

Please sign in to comment.