summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 09178b05466deaaef3ed9178ce30b9b1dacfca1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Binary
*.[oa]
*.exe

# D
.dub
__test__*__
__test__*__.core
/tanya-test-*

/docs/
/docs.json

/*.lst

# Ninja build
.ninja_*