summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorKyle <kyle@goodrx.com>2014-11-20 07:26:25 -0800
committerAnish Athalye <me@anishathalye.com>2014-11-20 11:07:44 -0500
commitb41636246d59df97d0eb62e12f03fa7cfdb69bac (patch)
tree700ff62f4edb2a22df1c92999255eeb88bb30b42 /.gitmodules
parentbc43348f42fa4beba2d60a1dfe9c3c6cfde78efa (diff)
Ignore dirty pyyaml submodule
When used, pyyaml generates *.pyc files, which will cause the submodule to appear as dirty. This will bubble all the way up to any parent repository that include Dotbot as a submodule. This change makes it so that changes in the pyyaml repository do not cause the parent repository to appear to have modified files.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 84611fc..111c39c 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,4 @@
[submodule "lib/pyyaml"]
path = lib/pyyaml
url = https://github.com/anishathalye/pyyaml
+ ignore = dirty