aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart <bartdewater@gmail.com>2013-09-17 12:42:12 +0200
committerBart <bartdewater@gmail.com>2013-09-17 12:42:12 +0200
commit56dbce3df3b19eb61563d56ce13b01e0fcbf7ae8 (patch)
treeac13e63e53d46737a298e94f2df3f556a2805f91
parent6c75292e1e06f78707dc7fe1d2c7b1130f3c8706 (diff)
downloadgitignore-56dbce3df3b19eb61563d56ce13b01e0fcbf7ae8.tar.gz
gitignore-56dbce3df3b19eb61563d56ce13b01e0fcbf7ae8.zip
add .xccheckout to Objective-C gitignore
This is a file that Xcode 5 uses for version control, doesn't need to be checked in. Also see http://stackoverflow.com/a/18448100/1877078
-rw-r--r--Objective-C.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/Objective-C.gitignore b/Objective-C.gitignore
index ebbef4bd..6e137049 100644
--- a/Objective-C.gitignore
+++ b/Objective-C.gitignore
@@ -15,6 +15,7 @@ profile
DerivedData
.idea/
*.hmap
+*.xccheckout
#CocoaPods
Pods