From 0104193000db0128d75f922f646b6d0b6603bcad Mon Sep 17 00:00:00 2001 From: Naomi Seyfer Date: Wed, 9 Jan 2019 17:22:24 -0800 Subject: [PATCH] Add emacs and project-specific stuff to .gitignore --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index f1c181ec9c..dd6a9c8bf0 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 +\#* +*~