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