From 0b0c26a1c69c37a1075fb7e76c11771884ab6f12 Mon Sep 17 00:00:00 2001 From: Stanley Liu Date: Wed, 5 Aug 2020 15:35:59 +0100 Subject: [PATCH] gitignore updated with separate gemfile for gdal v3 --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2b4fc0a9d..b5f4dced2 100644 --- a/.gitignore +++ b/.gitignore @@ -35,4 +35,7 @@ tmp/cache/webpacker .byebug_history -.vscode/ \ No newline at end of file +.vscode/ + +# Special gemfile with GDAL v3 +Gemfile_GDALV3 \ No newline at end of file