Updated the gitignore with emacs and go profiles

This commit is contained in:
Fredric Silberberg 2014-09-07 22:46:59 +00:00
parent 65c29fef11
commit 69f68794cf

35
.gitignore vendored
View File

@ -1,2 +1,37 @@
cover/
# Created by http://www.gitignore.io
### Emacs ###
# -*- mode: gitignore; -*-
*~
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
*.elc
auto-save-list
tramp
.\#*
### Go ###
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
# Folders
_obj
_test
*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*
_testmain.go
*.exe
*.test
*.prof