* [PATCH] .gitignore: add extra ignores for gnulib in Debian 9
@ 2019-04-27 21:33 Eric Wong
0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2019-04-27 21:33 UTC (permalink / raw)
To: cmogstored-public
I usually use gnulib.git, but not everybody does and it's worth
cleaning things up a bit for this common case.
Tested with gnulib 20140202+stable-2+deb9u1 in Debian 9 (stretch).
Further updates may be needed for other common distros which
package gnulib.
---
.gitignore | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.gitignore b/.gitignore
index 459f721..768a6ab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -54,3 +54,8 @@ tags
/build-aux/ar-lib
/build-aux/compile
/build-aux/test-driver
+
+# should be redundant, but different revisions of gnulib
+# yield different results:
+/build-aux/snippet/*.h
+/m4/onceonly.m4
--
EW
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2019-04-27 21:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-27 21:33 [PATCH] .gitignore: add extra ignores for gnulib in Debian 9 Eric Wong
Code repositories for project(s) associated with this public inbox
https://yhbt.net/cmogstored.git/
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).