summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2019-11-29 11:52:23 +1100
committerDamien Miller <djm@mindrot.org>2019-11-29 11:52:23 +1100
commitef3853bb94c2c72e7eda0de6cec0bcb1da62058f (patch)
tree51daac544b00abd5f565daac4696c1106ef4d31b /.gitignore
parentd46ac56f1cbd5a855a2d5e7309f90d383dcf6431 (diff)
another attempt at sk-dummy.so working x-platform
include a fatal() implementation to satisfy libopenbsd-compat clean up .lo and .so files .gitignore .lo and .so files
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 108241389..6577c0df6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,6 +11,8 @@ opensshd.init
11survey.sh 11survey.sh
12**/*.0 12**/*.0
13**/*.o 13**/*.o
14**/*.lo
15**/*.so
14**/*.out 16**/*.out
15**/*.a 17**/*.a
16autom4te.cache/ 18autom4te.cache/