.hgignore -> .gitignore
This commit is contained in:
parent
d86f2bfc3c
commit
033f679146
1 changed files with 1 additions and 2 deletions
9
.gitignore
vendored
Normal file
9
.gitignore
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
*.dylib
|
||||
*.o
|
||||
*.so
|
||||
*~
|
||||
DerivedData
|
||||
ObjOpenSSL.xcodeproj/*.mode1v3
|
||||
ObjOpenSSL.xcodeproj/*.pbxuser
|
||||
ObjOpenSSL.xcodeproj/project.xcworkspace
|
||||
ObjOpenSSL.xcodeproj/xcuserdata
|
Reference in a new issue