소스 검색

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 년 전
부모
커밋
ca1081d13c
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  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