From fe75bdb3021bb6c4531e607cb31f22d843d4ecd2 Mon Sep 17 00:00:00 2001 From: Naomi Seyfer Date: Fri, 11 Jan 2019 15:48:17 -0800 Subject: [PATCH] Add emacs and project-specific stuff to .gitignore (#4) --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index f1c181ec9..dd6a9c8bf 100644 --- a/.gitignore +++ b/.gitignore @@ -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 +\#* +*~