Sfoglia il codice sorgente

Added Carthage/Build to .gitignore

When using the option `--use-submodules` with Carthage, the `Carthage/Build` directory shows in the submodule after `carthage build` making the submodule dirty.
Antoine Marcadet 9 anni fa
parent
commit
ca1081d13c
1 ha cambiato i file con 4 aggiunte e 1 eliminazioni
  1. 4 1
      .gitignore

+ 4 - 1
.gitignore

@@ -23,4 +23,7 @@ DerivedData
 # http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
 #
 # Pods/
-.DS_Store
+.DS_Store
+
+# Carthage
+Carthage/Build