From 179ef499b77881cfd5d0f2447e7a8a69ca44bc24 Mon Sep 17 00:00:00 2001 From: Viktor Dukhovni Date: Sat, 31 May 2014 00:27:49 -0400 Subject: [PATCH] Ignore more compiler artifacts --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 404b0b420..114219516 100644 --- a/.gitignore +++ b/.gitignore @@ -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