From 2a5c32d03a9da5f2b5d705bb6aca8e470c19a19a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Sat, 18 Feb 2012 22:28:58 +0100
Subject: [PATCH] Updated .gitignore files.

---
 .gitignore           |  4 ++++
 examples/.gitignore  |  2 ++
 testsuite/.gitignore | 16 ++++++++++++++--
 tools/.gitignore     |  1 +
 4 files changed, 21 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index de1f54cc..98ae06f4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,6 +36,7 @@ core
 /*.tar.gz
 /*.tar.gz.asc
 /.lib
+/*.asm
 /autom4te.cache
 /Makefile
 /aesdata
@@ -47,7 +48,10 @@ core
 /config.make
 /config.status
 /configure
+/*.pc
+/machine.m4
 /desdata
+/gcmdata
 /keymap.h
 /nettle-stdint.h
 /nettle.aux
diff --git a/examples/.gitignore b/examples/.gitignore
index 4c8eb3de..85a46ae3 100644
--- a/examples/.gitignore
+++ b/examples/.gitignore
@@ -2,6 +2,8 @@
 /Makefile
 /eratosthenes
 /nettle-benchmark
+/next-prime
+/random-prime
 /rsa-decrypt
 /rsa-encrypt
 /rsa-keygen
diff --git a/testsuite/.gitignore b/testsuite/.gitignore
index 0b237b15..1147cfb1 100644
--- a/testsuite/.gitignore
+++ b/testsuite/.gitignore
@@ -8,6 +8,7 @@
 /bignum-test
 /blowfish-test
 /buffer-test
+/camellia-test
 /cast128-test
 /cbc-test
 /ctr-test
@@ -17,13 +18,20 @@
 /des3-test
 /dsa-keygen-test
 /dsa-test
+/gcm-test
 /hmac-test
 /knuth-lfib-test
 /md2-test
 /md4-test
 /md5-compat-test
 /md5-test
+/memxor-test
+/meta-armor-test
+/meta-cipher-test
+/meta-hash-test
 /pkcs1-test
+/random-prime-test
+/ripemd160-test
 /rsa-encrypt-test
 /rsa-keygen-test
 /rsa-test
@@ -34,9 +42,13 @@
 /sexp2rsa-test
 /sha1-huge-test
 /sha1-test
+/sha224-test
 /sha256-test
+/sha384-test
+/sha512-test
+/twofish-test
+/yarrow-test
+
 /test.in
 /test1.out
 /test2.out
-/twofish-test
-/yarrow-test
diff --git a/tools/.gitignore b/tools/.gitignore
index c7b31312..07e181fc 100644
--- a/tools/.gitignore
+++ b/tools/.gitignore
@@ -1,5 +1,6 @@
 /*.d
 /Makefile
+/nettle-hash
 /nettle-lfib-stream
 /pkcs1-conv
 /sexp-conv
-- 
GitLab