Added cache directories to .gitignore

Change-Id: I6b9a5c6028cec8a33049cc19bf766d4bc83edf25
diff --git a/.gitignore b/.gitignore
index 0ed1fee..bd4989d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,7 +10,8 @@
 /bin/
 /db.sqlite
 /lite/liteDB.sqlite
-
+/full/vc/
+/lite/krill_cache/
 
 # FB specific Kustvakt.conf
 src\main\resources\Kustvakt.conf
\ No newline at end of file