Skip to content

Commit 5d286d7

Browse files
committed
Update .gitignore
Inspired by prometheus/common#202 Signed-off-by: beorn7 <[email protected]>
1 parent bb9b00a commit 5d286d7

File tree

1 file changed

+20
-23
lines changed

1 file changed

+20
-23
lines changed

.gitignore

Lines changed: 20 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,27 @@
1-
# Compiled Object files, Static and Dynamic libs (Shared Objects)
2-
*.o
3-
*.a
4-
*.so
5-
6-
# Folders
7-
_obj
8-
_test
9-
101
# Examples
11-
/examples/simple/simple
12-
/examples/random/random
2+
examples/simple/simple
3+
examples/random/random
134

14-
# Architecture specific extensions/prefixes
15-
*.[568vq]
16-
[568vq].out
5+
# Typical backup/temporary files of editors
6+
*~
7+
*#
178

18-
*.cgo1.go
19-
*.cgo2.c
20-
_cgo_defun.c
21-
_cgo_gotypes.go
22-
_cgo_export.*
9+
# Never include any accidentally created vendor dirs.
10+
# This is a library!
11+
vendor/
2312

24-
_testmain.go
13+
# The remainder of this file is taken from
14+
# https://github.com/github/gitignore/blob/master/Go.gitignore
2515

16+
# Binaries for programs and plugins
2617
*.exe
18+
*.exe~
19+
*.dll
20+
*.so
21+
*.dylib
2722

28-
*~
29-
*#
30-
.build
23+
# Test binary, built with `go test -c`
24+
*.test
25+
26+
# Output of the go coverage tool, specifically when used with LiteIDE
27+
*.out

0 commit comments

Comments
 (0)