We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b54f0d commit c4a4416Copy full SHA for c4a4416
.gitignore
@@ -2,15 +2,21 @@
2
*.o
3
*.a
4
*.so
5
+*.pyc
6
7
# Folders
8
_obj
9
_test
10
+bin
11
+.gocache
12
13
# Architecture specific extensions/prefixes
14
*.[568vq]
15
[568vq].out
16
17
+# Vim swap files
18
+*.sw?
19
+
20
*.cgo1.go
21
*.cgo2.c
22
_cgo_defun.c
@@ -19,6 +25,15 @@ _cgo_export.*
25
26
_testmain.go
27
28
29
*.exe
23
30
*.test
24
31
*.prof
32
+*.coverprofile
33
34
+tags
35
36
+# IDE support files
37
+.idea
38
39
+.vscode/*
0 commit comments