Add .fossil-settings

FossilOrigin-Name: 087f5e8afa5610315f2d70922e863f0e8ceb408eb2578cb5a6bd93d025f07db1
This commit is contained in:
Jonathan Schleifer 2020-09-12 00:14:33 +00:00
parent cfd63f75cf
commit b975cd2385
4 changed files with 32 additions and 2 deletions

View file

@ -0,0 +1,15 @@
*.dylib
*.framework
*.o
*.so
*.so.*
*~
.deps
ObjOpenSSL.oc
aclocal.m4
autom4te.cache
buildsys.mk
config.log
config.status
configure
extra.mk

View file

@ -0,0 +1,16 @@
*.dylib
*.framework
*.o
*.so
*.so.*
*~
.deps
.git
ObjOpenSSL.oc
aclocal.m4
autom4te.cache
buildsys.mk
config.log
config.status
configure
extra.mk

1
.gitignore vendored
View file

@ -5,7 +5,6 @@
*.so.* *.so.*
*~ *~
.deps .deps
DerivedData
ObjOpenSSL.oc ObjOpenSSL.oc
aclocal.m4 aclocal.m4
autom4te.cache autom4te.cache

View file

@ -11,7 +11,7 @@ done
AC_CHECK_TOOL(OBJFW_CONFIG, objfw-config) AC_CHECK_TOOL(OBJFW_CONFIG, objfw-config)
AS_IF([test x"$OBJFW_CONFIG" = x""], [ AS_IF([test x"$OBJFW_CONFIG" = x""], [
AC_MSG_ERROR(You need ObjFW and objfw-config installed!) AC_MSG_ERROR(You need ObjFW and objfw-config installed!)
]) ])
test x"$OBJC" = x"" && OBJC="$($OBJFW_CONFIG --objc)" test x"$OBJC" = x"" && OBJC="$($OBJFW_CONFIG --objc)"