Fork github.com/mattn/go-sqlite3 with adjustment for go1.16.2
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
129 B

  1. *.db
  2. *.exe
  3. *.dll
  4. *.o
  5. # VSCode
  6. .vscode
  7. # Exclude from upgrade
  8. upgrade/*.c
  9. upgrade/*.h
  10. # Exclude upgrade binary
  11. upgrade/upgrade