File: .gitignore

package info (click to toggle)
golang-github-scylladb-termtables 0.0~git20191203.c4c0b6d-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 184 kB
  • sloc: makefile: 2
file content (19 lines) | stat: -rw-r--r-- 268 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Binaries for programs and plugins
*.exe
*.dll
*.so
*.dylib

# Development binary, built with makefile
*.dev

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

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# IDE
.idea/*
.vscode/*
.history