blob: bcafe6a085bfb4d058c5c606053d832dc7b32c95 (
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
33
34
35
|
# 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`
|