mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-15 06:06:04 +00:00
a083a15650
* Clean up gitignore * review * reivew
29 lines
416 B
Text
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`
|