summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.cvsignore5
-rw-r--r--.gitignore5
-rw-r--r--examples/.cvsignore3
-rw-r--r--examples/.gitignore3
-rw-r--r--testsuite/.cvsignore3
-rw-r--r--testsuite/.gitignore3
-rw-r--r--tools/.cvsignore3
-rw-r--r--tools/.gitignore3
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