summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2013-01-24 11:28:47 +0100
committerStef Walter <stefw@gnome.org>2013-02-05 14:18:29 +0100
commit603c7d4eb996f51178ccc9d235597497bbb2c7a4 (patch)
tree738622a26134b4251b5d395bbe6725fb2c5844f2 /.gitignore
parentf6db686846480e0611879c5f4751955a53859808 (diff)
downloadp11-kit-603c7d4eb996f51178ccc9d235597497bbb2c7a4.tar.gz
Add basic checksum algorithms
The SHA-1 and MD5 digests here are used for checksums in legacy protocols. We don't use them in cryptographic contexts at all. These particular algorithms would be poor choices for that.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index b69b334..5c4792d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -46,9 +46,9 @@ stamp-h1
temp.txt
/*/tests/test-*
-!/*/tests/test-*.c
+!/*/tests/test-*.[ch]
/*/tests/frob-*
-!/*/tests/frob-*.c
+!/*/tests/frob-*.[ch]
/build/m4/*.m4
/build/coverage