diff options
author | Chris Ballinger <chrisballinger@gmail.com> | 2016-04-08 17:24:41 -0700 |
---|---|---|
committer | Chris Ballinger <chrisballinger@gmail.com> | 2016-04-08 17:26:12 -0700 |
commit | 719eb543a8d08c4f536ea7933ffb3af0a8553e87 (patch) | |
tree | 0d8b02e2a1e2e5fd7882a6c20fb0396b47ca5c6a /.gitignore | |
parent | 989056e0752e949d02a57d8f93927582f297fbfb (diff) |
Xcode, podspec, wrapper
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1 +1,13 @@ build +.DS_Store +build +*.mode1v3 +*.pbxuser +project.xcworkspace +xcuserdata +.svn +DerivedData +*.orig +*.xccheckout + +xcode/Pods/ |