From 823cea4dfc24b5cb84db2304e80670c45b4fb7b0 Mon Sep 17 00:00:00 2001 From: Chris Sexton Date: Mon, 6 May 2013 01:13:29 -0400 Subject: [PATCH] Adding ignore file --- Go.gitignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Go.gitignore diff --git a/Go.gitignore b/Go.gitignore new file mode 100644 index 0000000..0026861 --- /dev/null +++ b/Go.gitignore @@ -0,0 +1,22 @@ +# 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