summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 8242768dd062aa9b38934dadc8d7f5ce06674f83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.idea/
build-*/
cmake-build-*/
*.otr
*.log
.DS_Store
debug/
!src/factories/debug/
*.z64
*.n64
*.inc.c
headers/
build/
code/
.vscode/
tools/
modding/*
.cache

# Doxygen output
docs/html
docs/latex