From 88e6950e8d86873855b5cc1bf4e0c7b8bf5377ed Mon Sep 17 00:00:00 2001 From: Paul Bone Date: Mon, 16 Jun 2014 16:09:12 +1000 Subject: [PATCH] .gitignore: Ignore *.a, *.dylib, lib*.so files in any folder --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a38ed0411..5bd225463 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,9 @@ # Ignored files in bdwgc Git repo. # Binary files (in root dir, cord, tests): +*.a *.dll +*.dylib *.exe *.gcda *.gch @@ -11,10 +13,10 @@ *.lo *.o *.obj +lib*.so *.gc.log .dirstamp -/*.a /*_bench.log /*_bench.trs /*_test @@ -58,7 +60,6 @@ /if_not_there /initfromthreadtest /leaktest -/lib*.so /libtool /middletest /realloctest