mm/.gitignore
Derek Hensley eee5762a55
Clean up gitignores (#1715)
* Clean up gitignores

* c m2c file
2024-10-18 17:45:18 -07:00

36 lines
482 B
Plaintext

# Cache files
__pycache__/
.pyc
.DS_Store
# Text editor remnants
.vscode/
.vs/
.idea/
.cache/
compile_commands.json
# Project-specific ignores
.make_options.mk
extracted/
build/
expected/
asm/
data/
docs/doxygen/
*.z64
*.n64
*.v64
# Tools
.venv/
ctx.c
*.c.m2c
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`