From 872a9a9ba0ed1751f7862ef1e7222c5d11eaeacd Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Mon, 2 Oct 2017 17:57:25 -0400 Subject: [PATCH] Ignore swp file and .cache directory Signed-off-by: Jonathan Rajotte --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index b3c2c81..c132ba3 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,11 @@ git_remote/ # C extensions *.so +# Vim stuff +*.swp + # Environments .env .venv +.cache -- 2.34.1