summaryrefslogtreecommitdiff
path: root/.gitignore
blob: ef7f3d25a0312cb8fe7d9d3631a23d21fff1ef26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Xmake cache
.xmake/
build/

# MacOS Cache
.DS_Store

compile_flags.txt

# Fonts
*.ttf

# Tests
*test*

# Binary
*binary*