From a727747794990702d414516393807d322de2827b Mon Sep 17 00:00:00 2001 From: Nguyen Hai Truong Date: Wed, 27 Feb 2019 14:59:54 +0700 Subject: [PATCH] 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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5dcecf819..a99bb84fa 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ go-test-tmpfile* coverage.txt .idea/ .DS_Store +*~