mirror of https://github.com/knative/client.git
Add emacs and project-specific stuff to .gitignore (#4)
This commit is contained in:
parent
bfe011051b
commit
fe75bdb302
|
|
@ -10,3 +10,10 @@
|
||||||
|
|
||||||
# Output of the go coverage tool, specifically when used with LiteIDE
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
||||||
*.out
|
*.out
|
||||||
|
|
||||||
|
# kn binary itself, if you want to `go build cmd/kn` in the top dir.
|
||||||
|
/kn
|
||||||
|
|
||||||
|
# emacs tempfiles
|
||||||
|
\#*
|
||||||
|
*~
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue