From f6fd580a0e597de23f0eab351e8d2fdfcfb520e2 Mon Sep 17 00:00:00 2001 From: Victor Häggqvist Date: Mon, 28 Mar 2016 00:41:14 +0200 Subject: use my pflag and goxc --- .gitignore | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..42fd47a --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +# 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 +build +debian +docs/_build -- cgit v1.2.3