mirror of
1
0
Fork 0

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.
This commit is contained in:
Kyle 2014-11-20 07:26:25 -08:00 committed by Anish Athalye
parent bc43348f42
commit b41636246d
1 changed files with 1 additions and 0 deletions

1
.gitmodules vendored
View File

@ -1,3 +1,4 @@
[submodule "lib/pyyaml"] [submodule "lib/pyyaml"]
path = lib/pyyaml path = lib/pyyaml
url = https://github.com/anishathalye/pyyaml url = https://github.com/anishathalye/pyyaml
ignore = dirty