aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorHaoping Ku <haoping.ku@dexon.org>2018-07-17 17:35:18 +0800
committerWei-Ning Huang <w@dexon.org>2018-07-17 17:35:18 +0800
commit434c497f83c208b48c97d396513aa5deb5916b5a (patch)
tree6ffb51e635b82f9b3864c7f40ceb050017cfa292 /.gitignore
parentaed24cf020bd11c3b20a7011b96c02e41894fa32 (diff)
downloaddexon-consensus-434c497f83c208b48c97d396513aa5deb5916b5a.tar
dexon-consensus-434c497f83c208b48c97d396513aa5deb5916b5a.tar.gz
dexon-consensus-434c497f83c208b48c97d396513aa5deb5916b5a.tar.bz2
dexon-consensus-434c497f83c208b48c97d396513aa5deb5916b5a.tar.lz
dexon-consensus-434c497f83c208b48c97d396513aa5deb5916b5a.tar.xz
dexon-consensus-434c497f83c208b48c97d396513aa5deb5916b5a.tar.zst
dexon-consensus-434c497f83c208b48c97d396513aa5deb5916b5a.zip
Fix typos and add .gitignore (#2)
* Fix typos and add .gitignore * Add more rule on .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore21
1 files changed, 21 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..67fb01a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,21 @@
+# Binaries for programs and plugins
+*.exe
+*.dll
+*.so
+*.dylib
+
+# Test binary, build with `go test -c`
+*.test
+
+# Output of the go coverage tool, specifically when used with LiteIDE
+*.out
+
+.DS_Store
+
+# vim swap files
+*.swp
+*.swo
+
+# Project specific
+vendor
+