diff options
author | Malfurious <m@lfurio.us> | 2021-05-05 02:13:04 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2021-05-05 02:13:04 -0400 |
commit | 26c7aae1b87637a28e535a29fdd9ec58670dd666 (patch) | |
tree | ce96c72de019294409e3a44357be96941f50914f /.gitmodules | |
parent | 1418b1aa74d8fc554289d25e78d64475ffeffcf3 (diff) | |
download | rice-26c7aae1b87637a28e535a29fdd9ec58670dd666.tar.gz rice-26c7aae1b87637a28e535a29fdd9ec58670dd666.zip |
Add dwm submodule, tracking master branch
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..7967182 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "rice/submodules/dwm"] + path = rice/submodules/dwm + url = ../dwm.git + branch = master |