From 7f4a3e78e5a765e3c815ecc715e73dd2bed442a8 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Wed, 22 Mar 2017 11:31:16 +0300 Subject: [PATCH] .gitignore: Ignore gctest_* and lib*gc.so produced by Makefile.direct --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index b107742..189b858 100644 --- a/.gitignore +++ b/.gitignore @@ -44,11 +44,17 @@ /gc.log /gcname /gctest +/gctest_dyn_link +/gctest_irix_dyn_link /hugetest /if_mach /if_not_there /initsecondarythread_test /leaktest +/libalphagc.so +/libgc.so +/libirixgc.so +/liblinuxgc.so /libtool /middletest /realloc_test @@ -56,6 +62,7 @@ /smashtest /staticrootstest /subthreadcreate_test +/sunos5gc.so /test-suite.log /test_cpp /test_cpp.log -- 2.7.4