From: Jonathan Rajotte Date: Mon, 2 Oct 2017 21:57:25 +0000 (-0400) Subject: Ignore swp file and .cache directory X-Git-Url: http://git.efficios.com/?p=deliverable%2Flttng-ivc.git;a=commitdiff_plain;h=872a9a9ba0ed1751f7862ef1e7222c5d11eaeacd Ignore swp file and .cache directory Signed-off-by: Jonathan Rajotte --- 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