From 39607fbcde4993e4444b7d15f519c64527ea234b Mon Sep 17 00:00:00 2001 From: Travis McArthur Date: Fri, 26 Jun 2015 13:50:22 -0700 Subject: [PATCH] Update git ignore --- .gitignore | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..71ae3aadf --- /dev/null +++ b/.gitignore @@ -0,0 +1,33 @@ +# Ignores for platform stuff +.DS_Store + +# Ignores for Unix stuff +*.so +*.o +*.dSYM + +# Ignores for mac stuff +## Various settings +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata + +## Other +*.xccheckout +*.moved-aside +*.xcuserstate +*.xcscmblueprint + +## Obj-C/Swift specific +*.hmap +*.ipa + +src/macosx/build/ +DerivedData +src/macosx/pods/