gitignore: Add Emacs style backup file pattern

Emacs appends `~` for a backup file.  Ignore them.

Signed-off-by: Yasushi SHOJI <yasushi.shoji@gmail.com>
This commit is contained in:
Yasushi SHOJI 2019-11-13 13:28:35 +09:00 committed by Kumar Gala
parent 6af8b83276
commit 9e68572ec8
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
*~
bin/*
share/*
build/*