[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] maint: ignore *.trs files, lib/getopt.h and build-aux/test-drive
From: |
Jim Meyering |
Subject: |
[PATCH] maint: ignore *.trs files, lib/getopt.h and build-aux/test-driver |
Date: |
Wed, 04 Jan 2012 20:28:40 +0100 |
FYI,
>From d01550552843baf365ed9ff039426dfdd0fcb986 Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Wed, 4 Jan 2012 18:13:19 +0100
Subject: [PATCH] maint: ignore *.trs files, lib/getopt.h and
build-aux/test-driver
* .gitignore: Also ignore automake's new .trs files and its
build-aux/test-driver, as well as lib/getopt.h.
---
.gitignore | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
index fabab51..383361b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,7 @@
*.[EIOX]
*.bak
*.o
+*.trs
*/.deps
*~
._bootmp
@@ -25,6 +26,7 @@
/build-aux/mdate-sh
/build-aux/missing
/build-aux/snippet/
+/build-aux/test-driver
/build-aux/texinfo.tex
/build-aux/ylwrap
/config.cache
@@ -50,6 +52,7 @@
/lib/ctype.h
/lib/dirent.h
/lib/fcntl.h
+/lib/getopt.h
/lib/glthread
/lib/iconv.h
/lib/iconv_open-aix.h
--
1.7.8.2.329.g04d73
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH] maint: ignore *.trs files, lib/getopt.h and build-aux/test-driver,
Jim Meyering <=