瀏覽代碼

templates/gitignore ignore emacs temp files

emacs creates temp files that ends with tilde (~).
These temp files should never be commited.
It is therefore safe to ignore them.

Signed-off-by: Niklas Johansson <raphexion@gmail.com>
pull/1929/head
Niklas Johansson 6 年之前
父節點
當前提交
f0826929de
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 732877BAEFFA2B5D
共有 2 個檔案被更改,包括 2 行新增0 行删除
  1. +1
    -0
      THANKS
  2. +1
    -0
      priv/templates/gitignore

+ 1
- 0
THANKS 查看文件

@ -140,3 +140,4 @@ Heinz N. Gies
Roberto Aloi
Andrew McRobb
Drew Varner
Niklas Johansson

+ 1
- 0
priv/templates/gitignore 查看文件

@ -16,3 +16,4 @@ _build
.idea
*.iml
rebar3.crashdump
*~

Loading…
取消
儲存