diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..adb096449 --- /dev/null +++ b/.gitignore | |||
@@ -0,0 +1,26 @@ | |||
1 | Makefile | ||
2 | buildpkg.sh | ||
3 | config.h | ||
4 | config.h.in | ||
5 | config.status | ||
6 | configure | ||
7 | openbsd-compat/Makefile | ||
8 | openbsd-compat/regress/Makefile | ||
9 | openssh.xml | ||
10 | opensshd.init | ||
11 | survey.sh | ||
12 | **/*.o | ||
13 | **/*.out | ||
14 | **/*.a | ||
15 | autom4te.cache/ | ||
16 | scp | ||
17 | sftp | ||
18 | sftp-server | ||
19 | ssh | ||
20 | ssh-add | ||
21 | ssh-agent | ||
22 | ssh-keygen | ||
23 | ssh-keyscan | ||
24 | ssh-keysign | ||
25 | ssh-pkcs11-helper | ||
26 | sshd | ||