Skip to content

Commit

Permalink
Merge pull request pret#245 from cbt6/gitignore
Browse files Browse the repository at this point in the history
Add save, savestate and cheat files to gitignore
  • Loading branch information
lhearachel authored Jul 7, 2024
2 parents 905cdd3 + 6af4c20 commit 68710c6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,17 @@ __pycache__
.python-version

compile_commands.json

# Save files
*.dsv
*.sav

# Savestate files
*.ds[0-9]
*.dst
*.ml[0-9]
*.mln

# Cheat files
*.dct
*.mch

0 comments on commit 68710c6

Please sign in to comment.