about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-11-10 01:22:59 +0000
committerEric Wong <e@80x24.org>2015-11-10 02:15:01 +0000
commit0c7c2d0c7d4cb89704c4e75c7194edf2bfd59686 (patch)
tree6074666656ecf6a80d5c7e6794d8ce35ef3ed720
parentf715f6f228f9da83309a515a94de26fa3766b230 (diff)
downloadcmogstored-0c7c2d0c7d4cb89704c4e75c7194edf2bfd59686.tar.gz
Tested on automake 1:1.14.1-4 on Debian jessie,
and automake 1:1.11.6-1 on Debian wheezy.

gnulib was tested on
commit 36d982f39b683d0266b9c6ff1e01cbfc94bd97f6
("test-timespec: fix typo in previous change") from
git://git.savannah.gnu.org/gnulib.git
-rw-r--r--.gitignore6
-rw-r--r--m4/.gitignore1
2 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index f633ea7..b672365 100644
--- a/.gitignore
+++ b/.gitignore
@@ -44,6 +44,12 @@ conftest*
 cover_db
 perf.data*
 tags
+*.trs
+*~
 
 # gnulib tests
 /tests
+
+/build-aux/ar-lib
+/build-aux/compile
+/build-aux/test-driver
diff --git a/m4/.gitignore b/m4/.gitignore
index a4ce547..f433947 100644
--- a/m4/.gitignore
+++ b/m4/.gitignore
@@ -180,3 +180,4 @@
 /timespec.m4
 /absolute-header.m4
 /gl-openssl.m4
+/ctype.m4