diff options
author | Mike Frysinger <vapier@gentoo.org> | 2013-04-19 13:27:57 -0400 |
---|---|---|
committer | Steve Dickson <steved@redhat.com> | 2013-04-22 12:47:20 -0400 |
commit | f6d9b264109c49f426dba43122957466fdcd065e (patch) | |
tree | c7d365415f4bcdf77781c7f747aa287f0247638f | |
parent | 61b21276f19a8791464ebf8620b3a40839652259 (diff) | |
download | nfs-utils-f6d9b264109c49f426dba43122957466fdcd065e.tar.gz nfs-utils-f6d9b264109c49f426dba43122957466fdcd065e.tar.xz nfs-utils-f6d9b264109c49f426dba43122957466fdcd065e.zip |
.gitignore: ignore more generated files
Signed-off-by: Steve Dickson <steved@redhat.com>
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -3,7 +3,6 @@ aclocal.m4 autom4te.cache compile config.guess -config.log config.sub configure depcomp @@ -20,6 +19,8 @@ aclocal/ltversion.m4 aclocal/lt~obsolete.m4 # files generated by configure confdefs.h +config.cache +config.log config.status conftest conftest.c @@ -34,6 +35,7 @@ support/include/stamp-h1 *.o .libs lib*.a +test-driver tools/rpcgen/rpcgen tools/rpcdebug/rpcdebug utils/blkmapd/blkmapd |