aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorTeddy Wing2018-08-06 23:07:37 +0200
committerTeddy Wing2018-08-06 23:07:37 +0200
commit7f74ab13b406a838fd7bfeeb17306a14e0685518 (patch)
tree0e63d53fc77069118206659e9690043bab8640d4 /.gitignore
parent8645fbf85382c8ff4fe3befd946d41a62f837184 (diff)
downloadDomeKey-7f74ab13b406a838fd7bfeeb17306a14e0685518.tar.bz2
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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore25
1 files changed, 25 insertions, 0 deletions
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