Browse Source

update .gitignore for go

master
Brett Langdon 13 years ago
parent
commit
a43889988f
1 changed files with 16 additions and 15 deletions
  1. +16
    -15
      .gitignore

+ 16
- 15
.gitignore View File

@ -1,21 +1,22 @@
# Object files
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o *.o
# Libraries
*.lib
*.a *.a
# Shared objects (inc. Windows DLLs)
*.dll
*.so *.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
# Folders
_obj
_test
# Architecture specific extensions/prefixes
*.[568vq]
[568vq].out
ferrite
*.pyc
*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*
_testmain.go
*.exe

Loading…
Cancel
Save