diff options
author | 2019-02-27 14:59:54 +0700 | |
---|---|---|
committer | 2019-02-27 07:59:54 +0000 | |
commit | a727747794990702d414516393807d322de2827b (patch) | |
tree | 971401da28c7d0d5050d9fd8509ed5e9b79b9103 /.gitignore | |
parent | 6dfe6b7c610e2ce9d61fc0c556ca8685ab14db02 (diff) | |
download | coredns-a727747794990702d414516393807d322de2827b.tar.gz coredns-a727747794990702d414516393807d322de2827b.tar.zst coredns-a727747794990702d414516393807d322de2827b.zip |
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>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 +*~ |