diff options
Diffstat (limited to '')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 452a4ed..6a5b74d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -14,6 +14,10 @@ path = lib/dash url = git@github.com:magnars/dash.el.git no-makeinfo = dash-template.texi + # dash creates a `dir' dash info file, which makes git think + # that the submodule is dirty. so, let's ignore the untracked + # files of dash's submodule + ignore = untracked [submodule "diff-hl"] path = lib/diff-hl url = git@github.com:dgutov/diff-hl.git |