.gitignore
1# vi
2*~
3*.swp
4*.swo
5
6# Compiled Object files, Static and Dynamic libs (Shared Objects)
7*.o
8*.a
9*.so
10
11# Folders
12_obj
13_test
14
15# Architecture specific extensions/prefixes
16*.[568vq]
17[568vq].out
18
19*.cgo1.go
20*.cgo2.c
21_cgo_defun.c
22_cgo_gotypes.go
23_cgo_export.*
24
25_testmain.go
26
27*.exe
28*.test
29*.prof
30
31# test directory
32test/