From 9ce5035bd6af1046b809efded9f229c24ed8b0c1 Mon Sep 17 00:00:00 2001 From: tkarrass Date: Mon, 18 Jan 2016 21:01:00 +0100 Subject: [PATCH] repo init --- .gitignore | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ed9349b --- /dev/null +++ b/.gitignore @@ -0,0 +1,30 @@ +# 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 + +# Avoid storing test certificates and keys +*.key +*.csr +*.pem +*.crt