File tree Expand file tree Collapse file tree 1 file changed +20
-23
lines changed Expand file tree Collapse file tree 1 file changed +20
-23
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments