Skip to content

Commit

Permalink
Add go ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Nov 17, 2013
1 parent b9f6df7 commit 55254df
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions git-ignore-global
@@ -1,4 +1,31 @@
## OS X
.DS_Store
*.py[co]
*.pbxuser
*.mode[12]v3


## Go
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so

# Folders
_obj
_test

# Architecture specific extensions/prefixes
*.[568vq]
[568vq].out

*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*

_testmain.go

*.exe
*.test

0 comments on commit 55254df

Please sign in to comment.