1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2024-11-14 21:40:03 +00:00
oot/.gitignore

30 lines
416 B
Text
Raw Normal View History

2020-03-17 04:31:30 +00:00
# Cache files
__pycache__/
.pyc
.DS_Store
2020-03-17 04:31:30 +00:00
# Text editor remnants
.vscode/
.vs/
.idea/
# Project-specific ignores
extracted/
2020-03-17 04:31:30 +00:00
build/
expected/
docs/doxygen/
2020-03-17 04:31:30 +00:00
*.z64
*.n64
*.v64
2020-03-17 04:31:30 +00:00
# Tools
.venv/
ctx.c
tools/*dSYM/
graphs/
2020-03-17 04:31:30 +00:00
# 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`