From e691cae38e954f8d90ae63f732f18fb3f387f81d Mon Sep 17 00:00:00 2001 From: laalsaas Date: Mon, 31 Oct 2022 17:07:15 +0100 Subject: [PATCH] gitignore: add emacs "swap files" --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e2df971a5289..b1018d44b833 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,8 @@ ,* .*.swp .*.swo +.\#* +\#*\# .idea/ .vscode/ outputs/