[PATCH] Add missing entry in gitignore.
Ben Wiederhake
ben.wiederhake at gmail.com
Fri Sep 25 16:31:14 CEST 2015
* .gitignore: Add generated 'hashtest-256g' file.
--
When doing a fresh checkout followed be the recommended ./autogen.sh
and ./configure, git reports the directory as "not clean" due to
the "new" file tests/hashtest-256g generated by configure.
Signed-off-by: Ben Wiederhake <Ben.Wiederhake at gmail.com>
---
.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore
index 3929e4d..b961614 100644
--- a/.gitignore
+++ b/.gitignore
@@ -72,6 +72,7 @@ tests/benchmark
tests/fips186-dsa
tests/fipsdrv
tests/gchash
+tests/hashtest-256g
tests/hmac
tests/keygen
tests/keygrip
--
2.5.1
More information about the Gcrypt-devel
mailing list