diff options
author | Jim Meyering <meyering@redhat.com> | 2012-01-04 18:13:19 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2012-01-04 20:25:38 +0100 |
commit | d01550552843baf365ed9ff039426dfdd0fcb986 (patch) | |
tree | dad5f43e025fb68bc1d4ea09e7999f4a2b4444ca | |
parent | 2403b1caa51e59b442f80d223e4de6faecfcc5ca (diff) | |
download | coreutils-d01550552843baf365ed9ff039426dfdd0fcb986.tar.xz |
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.
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index fabab51df..383361bed 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 |