Insert *~ when using emacs in .gitignore (#5366)

Ignore temporary files *~ when editting source codes with
emacs.

Signed-off-by: Nguyen Hai Truong <truongnh@vn.fujitsu.com>
pull/5324/head
Nguyen Hai Truong 6 years ago committed by Matthew Fisher
parent cdc09e54bc
commit 42e424bb3b

1
.gitignore vendored

@ -13,3 +13,4 @@ vendor/
.idea/
*.iml
*.swp
*~

Loading…
Cancel
Save