diff options
| author | Michael Forney <mforney@mforney.org> | 2016-06-26 00:28:52 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-06-26 00:28:52 -0700 |
| commit | 2c04f22fed980fec1788f1799a6bd5c859e4205e (patch) | |
| tree | 53ba6fbde07095a2b926f4a6db33dda713c142a5 /.gitmodules | |
| parent | bb60f6d80dc039778f102ee0fcf9213b371d72e9 (diff) | |
Also ignore submodule commits in iproute2 and plan9port
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 9adfbc97..da6dc96f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,6 +16,7 @@ [submodule "core/iproute2/src"] path = core/iproute2/src url = https://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git + ignore = all [submodule "core/kbd/src"] path = core/kbd/src url = https://git.kernel.org/pub/scm/linux/kernel/git/legion/kbd.git @@ -39,6 +40,7 @@ [submodule "core/plan9port/src"] path = core/plan9port/src url = https://github.com/9fans/plan9port + ignore = all [submodule "core/sbase/src"] path = core/sbase/src url = git://git.suckless.org/sbase |
