-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.gitignore
More file actions
44 lines (34 loc) · 1007 Bytes
/
Copy path.gitignore
File metadata and controls
44 lines (34 loc) · 1007 Bytes
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Anchor to the repo root so this only ignores the built ./mimixbox binary and
# not the cmd/mimixbox/ source directory (an unanchored "mimixbox" silently hid
# new files such as cmd/mimixbox/main_test.go from git).
/mimixbox
# Test binary, built with `go test -c`. And test directory
*.test
*.sddf
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
vendor/*
# release directory
release/*
# GoReleaser output directory (`make release` / scripts/release.sh)
dist/
# Coverage file
cover.out
cover.html
# `make coverage` scratch: raw covdata (unit + e2e), the instrumented binary,
# and the merged dir. The final cover.out / cover.html are the only kept
# artifacts.
.coverage/
# Man-pages
*.1.gz
# Directory that manages licenses for dependent libraries
licenses
# Isolated applet staging directory built by `make e2e-setup`
test/it/.mbbin/