Add emacs and project-specific stuff to .gitignore (#4)

This commit is contained in:
Naomi Seyfer 2019-01-11 15:48:17 -08:00 committed by GitHub
parent bfe011051b
commit fe75bdb302
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

7
.gitignore vendored
View File

@ -10,3 +10,10 @@
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# kn binary itself, if you want to `go build cmd/kn` in the top dir.
/kn
# emacs tempfiles
\#*
*~