diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-03-09 14:25:08 +0100 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-03-09 14:25:08 +0100 |
commit | a024764a6b889d8a07119e71d91cc8a9440c8c20 (patch) | |
tree | 1f84b5c2d7481a1f3af462a6bc359bc96e7cdecf /.gitmodules | |
parent | 8ff6187219405c62cf38755f4afccb1e7ad5b353 (diff) |
added SQLiteFuzzySearch submodule and makefile
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..7844f37 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "database/SQLiteFuzzySearch"] + path = database/SQLiteFuzzySearch + url = https://github.com/igorski89/SQLiteFuzzySearch |