From 7f74ab13b406a838fd7bfeeb17306a14e0685518 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 6 Aug 2018 23:07:37 +0200 Subject: Add .gitignore Taken from https://www.gitignore.io/api/objective-c with modifications. Cleaned up the comments and got rid of things I didn't think were necesary. --- .gitignore | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ccd758f --- /dev/null +++ b/.gitignore @@ -0,0 +1,25 @@ +# Build +build/ +DerivedData/ + +# Settings +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata/ + +# Other +*.moved-aside +*.xccheckout +*.xcscmblueprint + +# Objective-C/Swift +*.hmap +*.ipa +*.dSYM.zip +*.dSYM -- cgit v1.2.3