2020-03-17 00:31:30 -04:00
|
|
|
# Cache files
|
|
|
|
__pycache__/
|
|
|
|
.pyc
|
2020-09-02 04:13:21 -07:00
|
|
|
.DS_Store
|
2020-03-17 00:31:30 -04:00
|
|
|
|
|
|
|
# Text editor remnants
|
|
|
|
.vscode/
|
|
|
|
.vs/
|
|
|
|
.idea/
|
|
|
|
|
|
|
|
# Project-specific ignores
|
2024-08-06 13:32:34 -04:00
|
|
|
.make_options.mk
|
2024-08-02 07:49:53 +02:00
|
|
|
extracted/
|
2020-03-17 00:31:30 -04:00
|
|
|
build/
|
2020-08-04 20:30:46 +02:00
|
|
|
expected/
|
2020-06-28 19:42:16 +01:00
|
|
|
docs/doxygen/
|
2020-03-17 00:31:30 -04:00
|
|
|
*.z64
|
2020-03-27 22:30:19 -04:00
|
|
|
*.n64
|
|
|
|
*.v64
|
2020-03-17 00:31:30 -04:00
|
|
|
|
2024-08-02 07:49:53 +02:00
|
|
|
# Tools
|
|
|
|
.venv/
|
2020-06-18 21:12:58 -04:00
|
|
|
ctx.c
|
2020-08-15 14:08:53 -04:00
|
|
|
tools/*dSYM/
|
2021-05-22 20:00:10 -04:00
|
|
|
graphs/
|
2020-03-17 00:31:30 -04:00
|
|
|
|
2020-05-01 03:47:42 +02:00
|
|
|
# Per-user configuration
|
2024-08-02 07:49:53 +02:00
|
|
|
# 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`
|