bug-gzip
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 2/3] maint: adjust to Gnulib, Automake changes


From: Paul Eggert
Subject: [PATCH 2/3] maint: adjust to Gnulib, Automake changes
Date: Wed, 10 Apr 2013 15:29:26 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130311 Thunderbird/17.0.4

* .gitignore: Add *.trs.
* lib/.gitignore: Add unused-parameter.h.
---
 .gitignore     | 1 +
 lib/.gitignore | 1 +
 2 files changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index 69ae342..955ceb4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,6 +5,7 @@
 *.lineno
 *.log
 *.o
+*.trs
 *~
 .deps
 /GNUmakefile
diff --git a/lib/.gitignore b/lib/.gitignore
index d7c737c..709976d 100644
--- a/lib/.gitignore
+++ b/lib/.gitignore
@@ -213,6 +213,7 @@
 /unistd_.h
 /unlink.c
 /unlinkat.c
+/unused-parameter.h
 /utimens.c
 /utimens.h
 /vasnprintf.c
-- 
1.7.11.7





reply via email to

[Prev in Thread] Current Thread [Next in Thread]