aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2015-10-13 18:12:57 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2015-10-15 18:28:26 -0700
commit9a4730ad3ef66e9eb8de3e5e5945c2976a5b30a7 (patch)
treefa4f306c80b1c72272af19679b5c610ec8243a64 /.gitignore
parent0c8a3d804e557eecf7c0947a3d9a6410a7fbc998 (diff)
Ignore Objective-C generated files
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore11
1 files changed, 10 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 0e4115bf13..5972f82dfc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -46,7 +46,7 @@ portlog.txt
*-gyp.mk
out
-# Xcode
+# XCode
build/
*.pbxuser
!default.pbxuser
@@ -64,3 +64,12 @@ DerivedData
*.ipa
*.xcuserstate
*.DS_Store
+
+# Objective-C generated files
+*.pbobjc.*
+*.pbrpc.*
+
+# Cocoapods artifacts
+# Podfile.lock and the workspace file are tracked, to ease deleting them. That's
+# needed to trigger "pod install" to rerun the preinstall commands.
+Pods/