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.
This commit is contained in:
parent
bc43348f42
commit
8032a933bb
1 changed files with 1 additions and 0 deletions
1
.gitmodules
vendored
1
.gitmodules
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue