diff options
author | Jordan <me@jordan.im> | 2022-02-10 19:10:54 -0700 |
---|---|---|
committer | Jordan <me@jordan.im> | 2022-02-10 19:10:54 -0700 |
commit | 2f0b35e3c25bc4394f3288e1baa77d250cb510ed (patch) | |
tree | 121612506bb8de7fc132a385b282f1d02922d65d /vendor/github.com/mattn/go-sqlite3/.gitignore | |
parent | 7d1248be0bd4a6412467301924fa99d037028b8d (diff) | |
download | keep-2f0b35e3c25bc4394f3288e1baa77d250cb510ed.tar.gz keep-2f0b35e3c25bc4394f3288e1baa77d250cb510ed.zip |
misc: go mod vendor
Diffstat (limited to 'vendor/github.com/mattn/go-sqlite3/.gitignore')
-rw-r--r-- | vendor/github.com/mattn/go-sqlite3/.gitignore | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/vendor/github.com/mattn/go-sqlite3/.gitignore b/vendor/github.com/mattn/go-sqlite3/.gitignore new file mode 100644 index 0000000..fa0e6b5 --- /dev/null +++ b/vendor/github.com/mattn/go-sqlite3/.gitignore @@ -0,0 +1,14 @@ +*.db +*.exe +*.dll +*.o + +# VSCode +.vscode + +# Exclude from upgrade +upgrade/*.c +upgrade/*.h + +# Exclude upgrade binary +upgrade/upgrade |