summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorVictor Häggqvist <[email protected]>2016-03-28 00:41:14 +0200
committerVictor Häggqvist <[email protected]>2016-03-28 00:41:14 +0200
commitf6fd580a0e597de23f0eab351e8d2fdfcfb520e2 (patch)
treef8e92215afedec24f7078f47fe07b9bada6a424a /.gitignore
parent3b9654c123d7cd6c9932a7c260ef041c26f7d4aa (diff)
use my pflag and goxc
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore27
1 files changed, 27 insertions, 0 deletions
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