Message ID | 1365883476-5288-2-git-send-email-vapier@gentoo.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 13/04/13 16:04, Mike Frysinger wrote: > Signed-off-by: Mike Frysinger <vapier@gentoo.org> Committed... steved. > --- > .gitignore | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/.gitignore b/.gitignore > index 39853d9..5164637 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -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 > -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/.gitignore b/.gitignore index 39853d9..5164637 100644 --- a/.gitignore +++ b/.gitignore @@ -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
Signed-off-by: Mike Frysinger <vapier@gentoo.org> --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)