mirror of
https://github.com/vdukhovni/postfix
synced 2025-08-22 09:57:34 +00:00
Ignore more compiler artifacts
This commit is contained in:
parent
b2a51a4b94
commit
179ef499b7
6
.gitignore
vendored
6
.gitignore
vendored
@ -2,14 +2,18 @@
|
|||||||
*.o
|
*.o
|
||||||
*.a
|
*.a
|
||||||
*.dylib
|
*.dylib
|
||||||
|
*.dylib.*
|
||||||
*.so
|
*.so
|
||||||
lib*.so.*
|
*.so.*
|
||||||
|
*.dSYM
|
||||||
|
|
||||||
# Test by-products
|
# Test by-products
|
||||||
*.db
|
*.db
|
||||||
*.out
|
*.out
|
||||||
*.tmp
|
*.tmp
|
||||||
|
|
||||||
|
dynamicmaps.cf.*
|
||||||
|
|
||||||
# Makefiles are generated, the top-level Makefile is a copy of
|
# Makefiles are generated, the top-level Makefile is a copy of
|
||||||
# Makefile.init, included in the release, but need not be versioned.
|
# Makefile.init, included in the release, but need not be versioned.
|
||||||
Makefile
|
Makefile
|
||||||
|
Loading…
x
Reference in New Issue
Block a user