Skip to content

Commit

Permalink
.gitignore: Ignore Emacs backup files.
Browse files Browse the repository at this point in the history
Not sure how I did not see these earlier but we should ignore files
ending in '~' that Emacs sometimes leaves around.

Signed-off-by: Jarno Rajahalme <jarno@covalent.io>
  • Loading branch information
jrajahalme authored and tgraf committed Jan 3, 2018
1 parent a356cf7 commit 8fac79f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ outgoing

man/

# Bazel symlinks
bazel-*

test/tmp.yaml

# Emacs backup files
*~

0 comments on commit 8fac79f

Please sign in to comment.