From 69f68794cf35b2cde4c3d053e0245f4d343f8d93 Mon Sep 17 00:00:00 2001 From: Fredric Silberberg Date: Sun, 7 Sep 2014 22:46:59 +0000 Subject: [PATCH] Updated the gitignore with emacs and go profiles --- .gitignore | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/.gitignore b/.gitignore index 3a1c17e..186dea0 100644 --- a/.gitignore +++ b/.gitignore @@ -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 +