From e8d7a91305893596ed2203120c0884f0f1396682 Mon Sep 17 00:00:00 2001 From: Nate Stedman Date: Fri, 19 Oct 2012 14:25:31 -0400 Subject: [PATCH] Add Github's Objective-C .gitignore file. This prevents .DS_Store and xcuserdata files/dirs from causing the AFNetworking submodule to always have `(untracked content)` listed in `git status`. --- .gitignore | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..89c499e --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +# Xcode +.DS_Store +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +*.xcworkspace +!default.xcworkspace +xcuserdata +profile +*.moved-aside +DerivedData +.idea/