mirror of
https://github.com/mattn/go-sqlite3.git
synced 2024-11-07 05:18:43 +00:00
3367a7a5f9
* Reformat code * Add download for sqlite-src-* * Add extract for sqlite source * Add auto merge of UserAuth module into Amalgamation
15 lines
129 B
Plaintext
15 lines
129 B
Plaintext
*.db
|
|
*.exe
|
|
*.dll
|
|
*.o
|
|
|
|
# VSCode
|
|
.vscode
|
|
|
|
# Exclude from upgrade
|
|
upgrade/*.c
|
|
upgrade/*.h
|
|
|
|
# Exclude upgrade binary
|
|
upgrade/upgrade
|