diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-13 05:33:55 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-13 05:33:55 -0400 |
commit | 10ba30ddfd8f4b9ee31826c0d0caa33056576bd5 (patch) | |
tree | 409bf78c3b6c6bb5e562cdb785fad7e0d687c726 /tools/excludes | |
parent | 70344b82e70f454462f31daec05d79554804e8f8 (diff) | |
download | fork-ledger-10ba30ddfd8f4b9ee31826c0d0caa33056576bd5.tar.gz fork-ledger-10ba30ddfd8f4b9ee31826c0d0caa33056576bd5.tar.bz2 fork-ledger-10ba30ddfd8f4b9ee31826c0d0caa33056576bd5.zip |
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.
Diffstat (limited to 'tools/excludes')
-rw-r--r-- | tools/excludes | 43 |
1 files changed, 43 insertions, 0 deletions
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 |