mirror of https://github.com/knative/pkg.git
ignore emacs tmp files (#1032)
This commit is contained in:
parent
aebcdbd5f3
commit
b88c371782
|
@ -9,3 +9,6 @@
|
||||||
# Temporary output of build tools
|
# Temporary output of build tools
|
||||||
bazel-*
|
bazel-*
|
||||||
*.out
|
*.out
|
||||||
|
|
||||||
|
# Emacs files
|
||||||
|
*~
|
||||||
|
|
Loading…
Reference in New Issue