summaryrefslogtreecommitdiff
path: root/tools/excludes
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-13 05:33:55 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-13 05:33:55 -0400
commit10ba30ddfd8f4b9ee31826c0d0caa33056576bd5 (patch)
tree409bf78c3b6c6bb5e562cdb785fad7e0d687c726 /tools/excludes
parent70344b82e70f454462f31daec05d79554804e8f8 (diff)
downloadfork-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/excludes43
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