From df096f7803cf814029bc44d461d7821a7601823e Mon Sep 17 00:00:00 2001 From: Gerhard Schlager Date: Tue, 29 Aug 2017 01:47:03 +0200 Subject: [PATCH] ignore bootsnap cache directories --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 60094ab222..67dcad40e5 100644 --- a/.gitignore +++ b/.gitignore @@ -44,6 +44,7 @@ config/discourse.conf /logfile log/ bootsnap-load-path-cache +bootsnap-compile-cache/ # Ignore plugins except for the bundled ones. /plugins/*