diff options
author | Thomas Van Lenten <thomasvl@google.com> | 2016-05-19 10:08:51 -0400 |
---|---|---|
committer | Thomas Van Lenten <thomasvl@google.com> | 2016-05-19 10:08:51 -0400 |
commit | daec44fa5276171cada21e889111c600dadfd1ff (patch) | |
tree | 21a041d466ef34af3febbc3d22006e8a7d1edd6c /objectivec/.gitignore | |
parent | 431ba4b37dfa9f5fcb672f738859d76c91065683 (diff) |
Expand the OS X/Xcode gitignores
- Add the folder CocoaPods will add to the root folder.
- Move and expand the entries in the objectivec directory.
Diffstat (limited to 'objectivec/.gitignore')
-rw-r--r-- | objectivec/.gitignore | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/objectivec/.gitignore b/objectivec/.gitignore new file mode 100644 index 00000000..f786ffce --- /dev/null +++ b/objectivec/.gitignore @@ -0,0 +1,23 @@ +## Build generated +build/ +DerivedData/ + +## Various settings +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata/ + +## Other +*.moved-aside +*.xccheckout +*.xcscmblueprint + +## Obj-C/Swift specific +*.hmap +*.ipa |