From 070134e361a35ce7fdf5878e0330c7209eb427a4 Mon Sep 17 00:00:00 2001 From: Corey Butler Date: Tue, 23 Sep 2014 21:26:15 -0500 Subject: [PATCH] Updated to allow installer build file --- .gitignore | 54 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 28 insertions(+), 26 deletions(-) diff --git a/.gitignore b/.gitignore index d7c7b4b..81bf84e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,26 +1,28 @@ -# 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 -*.prof - -src/v* +# 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 +*.prof + +bin +dist +src/v* -- GitLab