Browse Source

Merge pull request #451 from tomassliz/carthage-gitignore

Added `Carthage/Build` folder as an ignore flag into the .gitignore file.
Christian Noon 10 years ago
parent
commit
a7d694771b
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .gitignore

+ 4 - 0
.gitignore

@@ -16,3 +16,7 @@ DerivedData
 *.hmap
 *.ipa
 *.xcuserstate
+
+# Carthage
+
+Carthage/Build