From: Niels Möller Date: Tue, 19 Oct 2004 20:19:48 +0000 (+0200) Subject: *** empty log message *** X-Git-Tag: nettle_1.11_release_20041026~36 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=f97ab08db7a31fc8110897d2de7441f9650946a2;p=thirdparty%2Fnettle.git *** empty log message *** Rev: src/nettle/.cvsignore:1.15 Rev: src/nettle/examples/.cvsignore:1.7 Rev: src/nettle/testsuite/.cvsignore:1.25 Rev: src/nettle/tools/.cvsignore:1.4 --- diff --git a/.cvsignore b/.cvsignore index 692f980e..f736d5db 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,11 +1,10 @@ *.s *.tar.gz *.tar.gz.asc -.deps +*.d +*.po .lib Makefile -Makefile.in -aclocal.m4 aesdata autom4te.cache config.cache diff --git a/.gitignore b/.gitignore index dfd505cd..f502cdd9 100644 --- a/.gitignore +++ b/.gitignore @@ -33,11 +33,10 @@ core /*.s /*.tar.gz /*.tar.gz.asc -/.deps +/*.d +/*.po /.lib /Makefile -/Makefile.in -/aclocal.m4 /aesdata /autom4te.cache /config.cache diff --git a/examples/.cvsignore b/examples/.cvsignore index 41ff38b4..1d1f49d3 100644 --- a/examples/.cvsignore +++ b/examples/.cvsignore @@ -1,6 +1,5 @@ -.deps +*.d Makefile -Makefile.in nettle-benchmark rsa-decrypt rsa-encrypt diff --git a/examples/.gitignore b/examples/.gitignore index 133bc924..15e92a23 100644 --- a/examples/.gitignore +++ b/examples/.gitignore @@ -1,6 +1,5 @@ -/.deps +/*.d /Makefile -/Makefile.in /nettle-benchmark /rsa-decrypt /rsa-encrypt diff --git a/testsuite/.cvsignore b/testsuite/.cvsignore index 64dc9eb3..468db812 100644 --- a/testsuite/.cvsignore +++ b/testsuite/.cvsignore @@ -1,6 +1,5 @@ -.deps +*.d Makefile -Makefile.in aes-test arcfour-test arctwo-test diff --git a/testsuite/.gitignore b/testsuite/.gitignore index cbe1f49e..44801ecb 100644 --- a/testsuite/.gitignore +++ b/testsuite/.gitignore @@ -1,6 +1,5 @@ -/.deps +/*.d /Makefile -/Makefile.in /aes-test /arcfour-test /arctwo-test diff --git a/tools/.cvsignore b/tools/.cvsignore index b8d1a307..7edaf98a 100644 --- a/tools/.cvsignore +++ b/tools/.cvsignore @@ -1,5 +1,4 @@ -.deps +*.d Makefile -Makefile.in nettle-lfib-stream sexp-conv diff --git a/tools/.gitignore b/tools/.gitignore index 4c171461..bc6f198f 100644 --- a/tools/.gitignore +++ b/tools/.gitignore @@ -1,5 +1,4 @@ -/.deps +/*.d /Makefile -/Makefile.in /nettle-lfib-stream /sexp-conv