瀏覽代碼

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