From 8032a933bb08b384db2eb6088213833183b89402 Mon Sep 17 00:00:00 2001 From: Kyle Date: Thu, 20 Nov 2014 07:26:25 -0800 Subject: [PATCH] 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. --- .gitmodules | 1 + 1 file changed, 1 insertion(+) 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