summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiovanni Lodi <giovanni.lodi42@gmail.com>2016-05-12 14:40:32 +1000
committerGiovanni Lodi <giovanni.lodi42@gmail.com>2016-05-12 15:03:14 +1000
commite82925eb5b5dd60bbe8968c29323aa1f62d6b910 (patch)
tree982cd34942a5d8e99d87f3133de4e13dc6ba5836
parent09e8e82b96db1bc818f11e3ade538ced60465e54 (diff)
downloadsdl_ios-e82925eb5b5dd60bbe8968c29323aa1f62d6b910.tar.gz
Ignore a possilbe ./Carthage/Build folder
This ignore here is prevent projects fetching sdl_ios as a submodule using Carthage from resulting as `-dirty` in the `git diff`, and always as modified in the `git status`. This is due to Carthage copying its Build folder in every submodule in order to make the whole framework building system work.
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 2297b4869..a997e37b8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -40,3 +40,6 @@ Carthage.pkg
SmartDeviceLink-iOS/Carthage/Build
SmartDeviceLink-iOS/Carthage/Checkouts
SmartDeviceLink-iOS/infer-out
+# This ignore here is prevent projects fetching sdl_ios as a submodule using
+# Carthage from resulting as `-dirty` in the `git status`.
+Carthage/Build