.gitignore

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