diff options
author | Benjamin Barenblat <bbarenblat@gmail.com> | 2021-12-14 12:34:06 -0500 |
---|---|---|
committer | Benjamin Barenblat <bbarenblat@gmail.com> | 2021-12-14 12:34:06 -0500 |
commit | a4635fb95235ba4bf077bd59957da0626fc5ba72 (patch) | |
tree | d029b32b6668adb1412e63d775928e0cb1ceef39 /.gitmodules |
EC, a terminal-based RPN calculator
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..24868b3 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "third_party/abseil"] + path = third_party/abseil + url = https://git.benjamin.barenblat.name/ec-abseil.git + ignore = dirty |