about summary refs log tree commit homepage
path: root/m4/.gitignore
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2012-03-25 09:22:10 +0000
committerEric Wong <normalperson@yhbt.net>2012-03-25 10:25:17 +0000
commit10c75b0d61b7f57b9b00b7fd811c77d60a131540 (patch)
tree71484125350ebb43638ebda83c41e27f29f7170f /m4/.gitignore
parentc454730febd2ad584ef7c2f4b0459af5cc71c551 (diff)
downloadcmogstored-10c75b0d61b7f57b9b00b7fd811c77d60a131540.tar.gz
This will allow us to add support for SHA1 (and other
algorithms) more easily in the future.

This also enables building against libgcrypt in case libgcrypt
gains optimized ASM routines or if users want a smaller binary.
Diffstat (limited to 'm4/.gitignore')
-rw-r--r--m4/.gitignore7
1 files changed, 7 insertions, 0 deletions
diff --git a/m4/.gitignore b/m4/.gitignore
index cd573bd..f6feb44 100644
--- a/m4/.gitignore
+++ b/m4/.gitignore
@@ -133,3 +133,10 @@
 /base64.m4
 /minmax.m4
 /random_r.m4
+/gc-sha1.m4
+/sha1.m4
+/gc-md5.m4
+/gc.m4
+/lib-ld.m4
+/lib-link.m4
+/lib-prefix.m4