From ef3853bb94c2c72e7eda0de6cec0bcb1da62058f Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Fri, 29 Nov 2019 11:52:23 +1100 Subject: 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 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 108241389..6577c0df6 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,8 @@ opensshd.init survey.sh **/*.0 **/*.o +**/*.lo +**/*.so **/*.out **/*.a autom4te.cache/ -- cgit v1.2.3