diff options
author | Joshua Bakita <jbakita@cs.unc.edu> | 2020-10-22 00:35:52 -0400 |
---|---|---|
committer | Joshua Bakita <jbakita@cs.unc.edu> | 2020-10-22 00:35:52 -0400 |
commit | 83f8b415563703d9efdf258a60f10fcca264565d (patch) | |
tree | 731ae7c5bd1d7bdcf782033c25c025ffbd2cabe2 | |
parent | e7562d1b6e782a415a44be280dc51b0e104242b7 (diff) |
Add submodules. Remember to use git clone --recurse-submodules now.
-rw-r--r-- | .gitmodules | 6 | ||||
m--------- | smt_analysis/plotille | 0 | ||||
m--------- | wbinvd | 0 |
3 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..ebc7523 --- /dev/null +++ b/.gitmodules | |||
@@ -0,0 +1,6 @@ | |||
1 | [submodule "smt_analysis/plotille"] | ||
2 | path = smt_analysis/plotille | ||
3 | url = https://github.com/tammoippen/plotille.git | ||
4 | [submodule "wbinvd"] | ||
5 | path = wbinvd | ||
6 | url = https://github.com/JoshuaJB/wbinvd.git | ||
diff --git a/smt_analysis/plotille b/smt_analysis/plotille new file mode 160000 | |||
Subproject 41f50df2f5b499425465f506a9aae5acf1a39c0 | |||
diff --git a/wbinvd b/wbinvd new file mode 160000 | |||
Subproject fa4dd264cfb430f3e86de70033b8bf5bba3db78 | |||