diff options
Diffstat (limited to 'options/gitignore/D')
-rw-r--r-- | options/gitignore/D | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/options/gitignore/D b/options/gitignore/D new file mode 100644 index 0000000..74b926f --- /dev/null +++ b/options/gitignore/D @@ -0,0 +1,24 @@ +# Compiled Object files +*.o +*.obj + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Compiled Static libraries +*.a +*.lib + +# Executables +*.exe + +# DUB +.dub +docs.json +__dummy.html +docs/ + +# Code coverage +*.lst |