From f97ab08db7a31fc8110897d2de7441f9650946a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Tue, 19 Oct 2004 22:19:48 +0200 Subject: [PATCH] *** 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 --- .cvsignore | 5 ++--- .gitignore | 5 ++--- examples/.cvsignore | 3 +-- examples/.gitignore | 3 +-- testsuite/.cvsignore | 3 +-- testsuite/.gitignore | 3 +-- tools/.cvsignore | 3 +-- tools/.gitignore | 3 +-- 8 files changed, 10 insertions(+), 18 deletions(-) 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 -- GitLab