]> git.ipfire.org Git - thirdparty/postfix.git/commitdiff
Ignore more compiler artifacts
authorViktor Dukhovni <postfix-users@dukhovni.org>
Sat, 31 May 2014 04:27:49 +0000 (00:27 -0400)
committerViktor Dukhovni <postfix-users@dukhovni.org>
Sat, 31 May 2014 04:27:49 +0000 (00:27 -0400)
.gitignore

index 404b0b4203f81b72b6762b1706863e3197a5e191..1142195161284a066f8dd6e91ca1574afd955f0f 100644 (file)
@@ -2,14 +2,18 @@
 *.o
 *.a
 *.dylib
+*.dylib.*
 *.so
-lib*.so.*
+*.so.*
+*.dSYM
 
 # Test by-products
 *.db
 *.out
 *.tmp
 
+dynamicmaps.cf.*
+
 # Makefiles are generated, the top-level Makefile is a copy of
 # Makefile.init, included in the release, but need not be versioned.
 Makefile