1
0
Fork 0
mirror of synced 2024-05-24 11:10:32 -04:00
dotbot/.gitmodules
Kyle b41636246d 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.
2014-11-20 11:07:44 -05:00

5 lines
106 B
Plaintext

[submodule "lib/pyyaml"]
path = lib/pyyaml
url = https://github.com/anishathalye/pyyaml
ignore = dirty