Skip to content

Commit 0d9a48a

Browse files
committed
update gitignore
1 parent 280b1aa commit 0d9a48a

File tree

1 file changed

+29
-4
lines changed

1 file changed

+29
-4
lines changed

.gitignore

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,32 @@
1+
dlang-bot
2+
__test__unittest__
3+
4+
# Created by https://www.gitignore.io/api/d
5+
6+
### D ###
7+
# Compiled Object files
8+
*.o
9+
*.obj
10+
11+
# Compiled Dynamic libraries
12+
*.so
13+
*.dylib
14+
*.dll
15+
16+
# Compiled Static libraries
17+
*.a
18+
*.lib
19+
20+
# Executables
21+
*.exe
22+
23+
# DUB
124
.dub
225
docs.json
326
__dummy.html
4-
*.o
5-
*.obj
6-
dlang-bot
7-
__test__unittest__
27+
docs/
28+
29+
# Code coverage
30+
*.lst
31+
32+
# End of https://www.gitignore.io/api/d

0 commit comments

Comments
 (0)