diff options
author | Damien Miller <djm@mindrot.org> | 2001-12-29 18:00:08 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2001-12-29 18:00:08 +1100 |
commit | 31a5302aa906bbee48c32165cf3da67a251fbf8b (patch) | |
tree | 9e84a6fded473ae87cb3233dcb94ab7ba40d512e | |
parent | 6a568f3ca9735452dc0df237950fc988e3ae4223 (diff) |
Tweak cvsignore files
-rw-r--r-- | .cvsignore | 2 | ||||
-rw-r--r-- | scard/.cvsignore | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/.cvsignore b/.cvsignore index a473d1fb9..549c5e498 100644 --- a/.cvsignore +++ b/.cvsignore | |||
@@ -19,3 +19,5 @@ ssh_prng_cmds | |||
19 | *.out | 19 | *.out |
20 | *.0 | 20 | *.0 |
21 | buildit.sh | 21 | buildit.sh |
22 | autom4te.cache | ||
23 | ssh-rand-helper | ||
diff --git a/scard/.cvsignore b/scard/.cvsignore new file mode 100644 index 000000000..5349d34ae --- /dev/null +++ b/scard/.cvsignore | |||
@@ -0,0 +1,2 @@ | |||
1 | Makefile | ||
2 | Ssh.bin | ||