From: Niels Möller Date: Fri, 3 Jun 2011 21:07:58 +0000 (+0200) Subject: Ignore autom4te.cache. X-Git-Tag: nettle_2.2_release_20110711~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84f135c1ad00c939761280e0ce46e26004dfb74e;p=thirdparty%2Fnettle.git Ignore autom4te.cache. Rev: nettle/.cvsignore:1.3 --- diff --git a/.cvsignore b/.cvsignore index 1bedae74..65a1e949 100644 --- a/.cvsignore +++ b/.cvsignore @@ -4,6 +4,7 @@ *.tar.gz *.tar.gz.asc .lib +autom4te.cache Makefile aesdata config.cache diff --git a/.gitignore b/.gitignore index 89884a6d..de1f54cc 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,7 @@ core /*.tar.gz /*.tar.gz.asc /.lib +/autom4te.cache /Makefile /aesdata /config.cache