From 8a0878a17a5f2ff7a74ec636ef646916adf51975 Mon Sep 17 00:00:00 2001 From: David Pirotte Date: Fri, 24 Jun 2016 23:31:49 -0300 Subject: [PATCH 2/2] Do not track html, tmp and some test-suite files * .gitignore: Do not track html files and dirs, *.tmp files and test-suite/standalone/test-smob-mark-race --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 6375f2b..44e18dc 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,8 @@ config.status config.log config.h *.doc +*.html +*.tmp *.x *.lo *.la @@ -142,6 +144,7 @@ INSTALL /test-suite/standalone/test-scm-spawn-thread /test-suite/standalone/test-pthread-create /test-suite/standalone/test-pthread-create-secondary +/test-suite/standalone/test-smob-mark-race /lib/fcntl.h /lib/sys/uio.h /lib/stdalign.h -- 2.8.1