diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e7e02ea72..34a95721d 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -2,6 +2,7 @@ Makefile | |||
2 | buildpkg.sh | 2 | buildpkg.sh |
3 | config.h | 3 | config.h |
4 | config.h.in | 4 | config.h.in |
5 | config.log | ||
5 | config.status | 6 | config.status |
6 | configure | 7 | configure |
7 | openbsd-compat/Makefile | 8 | openbsd-compat/Makefile |
@@ -11,6 +12,8 @@ opensshd.init | |||
11 | survey.sh | 12 | survey.sh |
12 | **/*.0 | 13 | **/*.0 |
13 | **/*.o | 14 | **/*.o |
15 | **/*.lo | ||
16 | **/*.so | ||
14 | **/*.out | 17 | **/*.out |
15 | **/*.a | 18 | **/*.a |
16 | autom4te.cache/ | 19 | autom4te.cache/ |
@@ -24,6 +27,7 @@ ssh-keygen | |||
24 | ssh-keyscan | 27 | ssh-keyscan |
25 | ssh-keysign | 28 | ssh-keysign |
26 | ssh-pkcs11-helper | 29 | ssh-pkcs11-helper |
30 | ssh-sk-helper | ||
27 | sshd | 31 | sshd |
28 | !regress/misc/fuzz-harness/Makefile | 32 | !regress/misc/fuzz-harness/Makefile |
29 | tags | 33 | tags |