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
-
10
1
# Examples
11
- / examples /simple /simple
12
- / examples /random /random
2
+ examples /simple /simple
3
+ examples /random /random
13
4
14
- # Architecture specific extensions/prefixes
15
- * . [ 568vq ]
16
- [ 568vq ] .out
5
+ # Typical backup/temporary files of editors
6
+ * ~
7
+ * #
17
8
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 /
23
12
24
- _testmain.go
13
+ # The remainder of this file is taken from
14
+ # https://github.com/github/gitignore/blob/master/Go.gitignore
25
15
16
+ # Binaries for programs and plugins
26
17
* .exe
18
+ * .exe~
19
+ * .dll
20
+ * .so
21
+ * .dylib
27
22
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