diff options
author | Brendan Forster <brendan@github.com> | 2015-10-05 17:50:59 +0200 |
---|---|---|
committer | Brendan Forster <brendan@github.com> | 2015-10-05 17:50:59 +0200 |
commit | b91dab62df6413095d352b5db18a3970659cae90 (patch) | |
tree | 1794532289691adc773e4bb76d70378f8ea6fea4 | |
parent | fece9171771f017699bec245681cf6475758b8f8 (diff) | |
parent | 611c51a2b3e72d46ba2f3167213ef7817b34f098 (diff) | |
download | gitignore-b91dab62df6413095d352b5db18a3970659cae90.tar.gz gitignore-b91dab62df6413095d352b5db18a3970659cae90.zip |
Merge pull request #1676 from MartinNowak/patch-1
gitignore file for D
-rw-r--r-- | D.gitignore | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/D.gitignore b/D.gitignore new file mode 100644 index 00000000..b4433f8a --- /dev/null +++ b/D.gitignore @@ -0,0 +1,20 @@ +# Compiled Object files +*.o +*.obj + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Compiled Static libraries +*.a +*.lib + +# Executables +*.exe + +# DUB +.dub +docs.json +__dummy.html |