aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDeepesh Pathak <deepshpathak@gmail.com>2018-09-02 01:17:27 +0530
committerDeepesh Pathak <deepshpathak@gmail.com>2018-09-02 01:17:27 +0530
commitf270dfadb9af9e81ae4c884a3ea45ca4618a7a05 (patch)
treef54c9498224727db334d2e9b2b5bc0707838da67 /.gitignore
parent0f451a722918f39fa07bd9337e4a14ca154b13ae (diff)
feat(spell-check): add make command for spell check.
* Remove spelling mistakes in the repository * Add travis script to check for typos. * Add command to Makefile to check for typos. * Fixes #71
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index f6293d5..43faa79 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,5 +6,6 @@ bin/protoc-gen-go
bin/goimports
bin/megacheck
bin/gocovmerge
+bin/misspell
*coverage.out
.vscode