mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-14 21:40:03 +00:00
6a8c556bdb
* make-options.mk * fix file name * Make more settings overwritable with .make_options.mk and group them together * PAL -> EU --------- Co-authored-by: Derek Hensley <hensley.derek58@gmail.com>
30 lines
433 B
Text
30 lines
433 B
Text
# Cache files
|
|
__pycache__/
|
|
.pyc
|
|
.DS_Store
|
|
|
|
# Text editor remnants
|
|
.vscode/
|
|
.vs/
|
|
.idea/
|
|
|
|
# Project-specific ignores
|
|
.make_options.mk
|
|
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`
|