dumping ground for random patches and texts
 help / color / mirror / Atom feed
* [PATCH] update .gitignores for latest autotools + gnulib
@ 2015-11-09 22:53 Eric Wong
  0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2015-11-09 22:53 UTC (permalink / raw)
  To: spew

Tested on automake 1:1.14.1-4 on Debian jessie and
gnulib commit 36d982f39b683d0266b9c6ff1e01cbfc94bd97f6
("test-timespec: fix typo in previous change") from
git://git.savannah.gnu.org/gnulib.git
---
 .gitignore           | 2 ++
 build-aux/.gitignore | 7 +++++--
 m4/.gitignore        | 1 +
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index f633ea7..8733cb3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -44,6 +44,8 @@ conftest*
 cover_db
 perf.data*
 tags
+*.trs
+*~
 
 # gnulib tests
 /tests
diff --git a/build-aux/.gitignore b/build-aux/.gitignore
index 38eb0c1..d8f3fae 100644
--- a/build-aux/.gitignore
+++ b/build-aux/.gitignore
@@ -1,7 +1,10 @@
-/git-version-gen
+/ar-lib
+/compile
 /config.guess
+/config.rpath
 /config.sub
 /depcomp
+/git-version-gen
 /install-sh
 /missing
-/config.rpath
+/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
-- 
EW


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-11-09 22:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-09 22:53 [PATCH] update .gitignores for latest autotools + gnulib Eric Wong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).