File: .gitignore

package info (click to toggle)
golang-github-segmentio-encoding 0.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 14,468 kB
  • sloc: makefile: 286
file content (30 lines) | stat: -rw-r--r-- 391 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib

benchmark
anonymize

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

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

# Emacs
*~

vendor

benchmarks/msgs.json
benchmarks/results/*json
benchmarks/result/benchmark
*.txt

json/fuzz/corpus/*
json/fuzz/crashers/*
json/fuzz/suppressions/*
*-fuzz.zip