File: .gitignore

package info (click to toggle)
golang-github-mattn-go-sqlite3 1.14.27~ds1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie
  • size: 784 kB
  • sloc: cpp: 1,132; ansic: 726; makefile: 60
file content (14 lines) | stat: -rw-r--r-- 129 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
*.db
*.exe
*.dll
*.o

# VSCode
.vscode

# Exclude from upgrade
upgrade/*.c
upgrade/*.h

# Exclude upgrade binary
upgrade/upgrade