From 04629677cb6b46c82656e5d7e009eba671d0404f Mon Sep 17 00:00:00 2001
From: Uwe Jandt <uwe.jandt@desy.de>
Date: Mon, 16 Aug 2021 15:17:56 +0200
Subject: [PATCH] ignore _site (without slash) to also ignore softlink variants
 of _site (e.g. to ramdisk)

---
 .gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 0b0c77bbf..e83bd0939 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,7 +6,7 @@
 *.orig
 
 # Jekyll-specific
-_site/
+_site
 .sass-cache/
 .jekyll-cache/
 .jekyll-metadata
-- 
GitLab