From 45163efa7cef8621716cb39595a7e31fc8094202 Mon Sep 17 00:00:00 2001 From: Brian Buller Date: Thu, 16 Apr 2015 07:01:54 -0500 Subject: [PATCH] Better gitignore --- .gitignore | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 76cfaa3..3b64f16 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,26 @@ -/mc_man \ No newline at end of file +# Custom Ignores +/mc_man +/mc_man_test + +# Vim swap files +*.swp + +# 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 \ No newline at end of file