From 8ab0cf5b552a911e8033be38f8dcc265155059df Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 29 Jul 2020 10:34:11 +0200 Subject: .gitignore: add *.tmp Common temp file extension. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c9f0198d6..eb8604b8f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ -*.swp *~ +*.swp *.cfg +*.tmp workdir* bin/ -- cgit mrf-deployment