aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2019-02-18 16:34:48 -0500
committerMitch Riedstra <mitch@riedstra.us>2019-02-18 16:34:48 -0500
commit66206a95659f05656b17150e8f012628d84e3a29 (patch)
tree9a884f2388a2448a23b2697b46ab0dd2006fe14c /.gitignore
parent9f0c6e30cfea1c1b9f24fe0ee5811ace24d304b6 (diff)
parent360212283951a8adfd1af916067ea03838983cfd (diff)
downloadsshauth-66206a95659f05656b17150e8f012628d84e3a29.tar.gz
sshauth-66206a95659f05656b17150e8f012628d84e3a29.tar.xz
Merge remote-tracking branch 'origin/master'
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore26
1 files changed, 26 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..d3beee5
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,26 @@
+# ---> Go
+# 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
+