Ignore swp file and .cache directory
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Mon, 2 Oct 2017 21:57:25 +0000 (17:57 -0400)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Mon, 2 Oct 2017 21:57:25 +0000 (17:57 -0400)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
.gitignore

index b3c2c81c1acd41c585e814f0d3c00e9e8259b431..c132ba3304a9b1ab0a69726bf8a14d9e5c9fc042 100644 (file)
@@ -7,7 +7,11 @@ git_remote/
 # C extensions
 *.so
 
+# Vim stuff
+*.swp
+
 # Environments
 .env
 .venv
+.cache
 
This page took 0.023678 seconds and 5 git commands to generate.