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

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

Co-Authored-By: Dao Cong Tien tiendc@vn.fujitsu.com
Signed-off-by: Nguyen Hai Truong <truongnh@vn.fujitsu.com>
This commit is contained in:
Nguyen Hai Truong
2019-02-27 14:59:54 +07:00
committed by Miek Gieben
parent 6dfe6b7c61
commit a727747794

1
.gitignore vendored
View File

@@ -9,3 +9,4 @@ go-test-tmpfile*
coverage.txt
.idea/
.DS_Store
*~