diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 8465dc5..c9c41e5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -30,6 +30,10 @@ [submodule "debbugs"] path = lib/debbugs url = https://github.com/emacsmirror/debbugs.git + # debbugs creates a `instructions.info' info file, which makes git + # think that the submodule is dirty. so, let's ignore the + # untracked files of debbugs' submodule + ignore = untracked [submodule "diff-hl"] path = lib/diff-hl url = https://github.com/dgutov/diff-hl.git |