From 10ba30ddfd8f4b9ee31826c0d0caa33056576bd5 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 13 Feb 2009 05:33:55 -0400 Subject: Added tools/excludes and tools/pre-commit These files are used to creat ea Git pre-commit hook which verifies each proposed change by running "make check". Otherwise, I only know if my working tree is sane, and not if each commit is sane before it goes into the repository. --- tools/excludes | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 tools/excludes (limited to 'tools/excludes') diff --git a/tools/excludes b/tools/excludes new file mode 100644 index 00000000..bcb13e40 --- /dev/null +++ b/tools/excludes @@ -0,0 +1,43 @@ +*.la +*.lo +*.o +.deps/ +.git* +.git/ +.libs/ +Makefile +Makefile.in +RegressionTests +acconf.h +acconf.h.in +acconf.h.in~ +aclocal.m4 +autom4te.cache/ +build/ +config.guess +config.log +config.status +config.sub +configure +data_tests +depcomp +doc/.dirstamp +doc/ledger.info +elisp-comp +expr_tests +install-sh +ledger +ledger.so +lib/cppunit/ +lib/utfcpp/ +libtool +ltmain.sh +make.sh +math_tests +missing +report_tests +src/system.hh.gch +stamp-h1 +texinfo.tex +util_tests +version.m4 -- cgit v1.2.3