]> source.dussan.org Git - gitignore.git/commitdiff
gitignore file for D 1676/head
authorMartin Nowak <code@dawg.eu>
Sun, 27 Sep 2015 16:45:12 +0000 (18:45 +0200)
committerMartin Nowak <code@dawg.eu>
Sun, 27 Sep 2015 16:45:12 +0000 (18:45 +0200)
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 [new file with mode: 0644]

diff --git a/D.gitignore b/D.gitignore
new file mode 100644 (file)
index 0000000..b4433f8
--- /dev/null
@@ -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