We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 280b1aa commit 0d9a48aCopy full SHA for 0d9a48a
.gitignore
@@ -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
24
.dub
25
docs.json
26
__dummy.html
-*.o
-*.obj
-dlang-bot
-__test__unittest__
27
+docs/
28
29
+# Code coverage
30
+*.lst
31
32
+# End of https://www.gitignore.io/api/d
0 commit comments