From 155644c4e7fc052c29a66c7452062b15400cc7a8 Mon Sep 17 00:00:00 2001 From: Thomas Boerger Date: Wed, 9 Dec 2015 10:01:56 +0100 Subject: [PATCH] Extended gitignore --- .gitignore | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/.gitignore b/.gitignore index 24a993b..03e798f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,26 @@ +# 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 + drone-webhook