summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 095ad28e2224a21d199c2b9c678c5fd42928c700 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Binary
*.[oa]
*.exe
*.lib

# D
.dub
dub.selections.json

__test__*__
__test__*__.core
tanya-*test-*
/dub_platform_probe[_-]*

/docs/
/docs.json

/*.lst

# Ninja build
.ninja_*