diff options
author | Haoping Ku <haoping.ku@dexon.org> | 2018-07-17 17:35:18 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2018-07-17 17:35:18 +0800 |
commit | 434c497f83c208b48c97d396513aa5deb5916b5a (patch) | |
tree | 6ffb51e635b82f9b3864c7f40ceb050017cfa292 /.gitignore | |
parent | aed24cf020bd11c3b20a7011b96c02e41894fa32 (diff) | |
download | dexon-consensus-434c497f83c208b48c97d396513aa5deb5916b5a.tar.gz 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-- | .gitignore | 21 |
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 + |