1
0
Fork 0
mirror of synced 2024-07-01 21:21:08 -04:00
dotbot/.gitmodules
Kyle 8032a933bb Ignoring dirty pyyaml submodule
When used, pyyaml generates *.pyc files, which will cause it to
appear as dirty.  This will bubble all the way up to the owning
dotfile repository.  This change should make it so that running
a dotfile install script will not cause any repo-level changes
by default.
2014-11-20 07:26:25 -08:00

5 lines
106 B
Plaintext

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