Commit a7277477 authored by Nguyen Hai Truong's avatar Nguyen Hai Truong Committed by Miek Gieben

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: default avatarNguyen Hai Truong <truongnh@vn.fujitsu.com>
parent 6dfe6b7c
...@@ -9,3 +9,4 @@ go-test-tmpfile* ...@@ -9,3 +9,4 @@ go-test-tmpfile*
coverage.txt coverage.txt
.idea/ .idea/
.DS_Store .DS_Store
*~
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment