From b41636246d59df97d0eb62e12f03fa7cfdb69bac Mon Sep 17 00:00:00 2001 From: Kyle Date: Thu, 20 Nov 2014 07:26:25 -0800 Subject: [PATCH] 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. --- .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