summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 4ccab810466209704eaa950e287bae07bb5bf240 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Cache files
__pycache__/
.pyc
.DS_Store

# IDE files
.vscode/
.vs/
.idea/
.cache/
compile_commands.json

# 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`