summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-11-14 10:31:41 +0100
committerJim Meyering <meyering@redhat.com>2009-11-14 11:16:20 +0100
commite454c1471aaf8b3e6bead2313838aefebfe97bca (patch)
tree798796a39a4c53b4844dc346c2e3d2c3a3b51c59 /.gitignore
parent8465a94ddbb1308d0a406280d87dc432f2005e6a (diff)
downloaddiffutils-e454c1471aaf8b3e6bead2313838aefebfe97bca.tar.gz
tests: add the first script; hook up gnulib-tests
* configure.ac (AC_CONFIG_FILES): Add tests/Makefile and gnulib-tests/Makefile. * tests/help-version: New file, from coreutils. * tests/test-lib.sh: Likewise. * tests/Makefile.am: New file, from gzip. * Makefile.am (SUBDIRS): Add tests and gnulib-tests. * tests/t-local.sh: New, empty(for now) file.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e0f99dd..78b4daa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -41,6 +41,7 @@ Makefile
Makefile.in
autom4te.cache
build-aux
+gnulib-tests/*.log
man/*.1
po/*.gmo
po/*.po
@@ -49,3 +50,4 @@ src/diff
src/diff3
src/paths.h
src/sdiff
+tests/*.log