From 611c51a2b3e72d46ba2f3167213ef7817b34f098 Mon Sep 17 00:00:00 2001 From: Martin Nowak Date: Sun, 27 Sep 2015 18:45:12 +0200 Subject: [PATCH] gitignore file for D Ignore the usual obj/library/executable files. See https://github.com/D-Programming-Language/dub/blob/89c8dea75ae9cfde1ae6cfb7d9fe03dbccdbbdf8/source/dub/init.d#L168 for dub's default .gitignore. --- D.gitignore | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 D.gitignore 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