* .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