Codebase list golang-github-unknwon-com / 21a0e8a
Import upstream version 2+git20200817.2.b41c64a Debian Janitor 1 year, 5 months ago
1 changed file(s) with 0 addition(s) and 24 deletion(s). Raw diff Collapse all Expand all
+0
-24
.gitignore less more
0 # Compiled Object files, Static and Dynamic libs (Shared Objects)
1 *.o
2 *.a
3 *.so
4
5 # Folders
6 _obj
7 _test
8 .idea
9
10 # Architecture specific extensions/prefixes
11 *.[568vq]
12 [568vq].out
13
14 *.cgo1.go
15 *.cgo2.c
16 _cgo_defun.c
17 _cgo_gotypes.go
18 _cgo_export.*
19
20 _testmain.go
21
22 *.exe
23 *.iml