Преглед на файлове

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 години
родител
ревизия
08496d9b6c
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      .gitignore

+ 3 - 0
.gitignore

@@ -23,3 +23,6 @@ DerivedData
 # Bundler
 .bundle
 vendor/
+
+# Carthage
+Carthage/Build