From 17c2f02858cecd6880484fe1eb0ceaad6c940956 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Sun, 18 Jun 2023 10:19:17 +0100 Subject: [PATCH] Ignore neovim backup files Signed-off-by: Pedro Algarvio --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index b6e4761..e17a22c 100644 --- a/.gitignore +++ b/.gitignore @@ -127,3 +127,6 @@ dmypy.json # Pyre type checker .pyre/ + +# nvim backup files +*~