1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2024-11-15 06:06:04 +00:00
oot/.gitignore
Dragorn421 a083a15650
Clean up gitignore (#2012)
* Clean up gitignore

* review

* reivew
2024-08-02 01:49:53 -04:00

29 lines
416 B
Text

# Cache files
__pycache__/
.pyc
.DS_Store
# Text editor remnants
.vscode/
.vs/
.idea/
# Project-specific ignores
extracted/
build/
expected/
docs/doxygen/
*.z64
*.n64
*.v64
# Tools
.venv/
ctx.c
tools/*dSYM/
graphs/
# Per-user configuration
# If you want to use your own gitignore rules without modifying this file:
# - use `git config core.excludesFile path/to/my_gitignore_file`
# - or edit `.git/info/exclude`