Remove Xcode project
Maintaining two build systems is too annoying.
This commit is contained in:
parent
7bd7ccc31f
commit
50c2fd9612
2 changed files with 2 additions and 319 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -1,6 +1,7 @@
|
|||
*.dylib
|
||||
*.framework
|
||||
*.o
|
||||
*.so
|
||||
*.dylib
|
||||
*~
|
||||
.deps
|
||||
aclocal.m4
|
||||
|
@ -11,7 +12,3 @@ config.status
|
|||
configure
|
||||
DerivedData
|
||||
extra.mk
|
||||
ObjOpenSSL.xcodeproj/*.mode1v3
|
||||
ObjOpenSSL.xcodeproj/*.pbxuser
|
||||
ObjOpenSSL.xcodeproj/project.xcworkspace
|
||||
ObjOpenSSL.xcodeproj/xcuserdata
|
||||
|
|
Reference in a new issue