summaryrefslogtreecommitdiff
path: root/.gitignore
blob: edab7e4b56d984d5b7707e8cc74ebbedd5418b82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Build files
/build-fx
/build-cg
/*.g1a
/*.g3a
/hyperultra
/src/*.o
/src/*.d
/map/*.h

# Python bytecode
__pycache__/

# Common IDE files
*.sublime-project
*.sublime-workspace
.vscode