Procházet zdrojové kódy

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 před 6 roky
rodič
revize
f0826929de
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: 732877BAEFFA2B5D
2 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. +1
    -0
      THANKS
  2. +1
    -0
      priv/templates/gitignore

+ 1
- 0
THANKS Zobrazit soubor

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

+ 1
- 0
priv/templates/gitignore Zobrazit soubor

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

Načítá se…
Zrušit
Uložit