File: .gitignore

package info (click to toggle)
golang-github-go-ap-errors 0.0~git20250501.cd50c6a-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 172 kB
  • sloc: makefile: 18
file content (14 lines) | stat: -rw-r--r-- 169 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Gogland 
.idea/

# Binaries for programs and plugins
*.so

# Test binary, build with `go test -c`
*.test

# Output of the go coverage tools
*.out
*.coverprofile

*pkg