From 48e36281609947030df00b469d7313b33bd6c7be Mon Sep 17 00:00:00 2001 From: Minsoo Choo Date: Sun, 21 Nov 2021 22:07:21 +0100 Subject: [PATCH] Ignore .hugo_build.lock in .gitignore for documentation and website Approved by: carlavilla@ Differential Revision: https://reviews.freebsd.org/D33072 --- documentation/.gitignore | 3 +++ documentation/.hugo_build.lock | 0 website/.gitignore | 3 +++ 3 files changed, 6 insertions(+) delete mode 100644 documentation/.hugo_build.lock diff --git a/documentation/.gitignore b/documentation/.gitignore index a0241913a9..14fbc4731d 100644 --- a/documentation/.gitignore +++ b/documentation/.gitignore @@ -15,3 +15,6 @@ toc-5.adoc pgpkeys.txt *.swp + +# .hugo_build.lock is an empty file for building hugo projects. +.hugo_build.lock diff --git a/documentation/.hugo_build.lock b/documentation/.hugo_build.lock deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/website/.gitignore b/website/.gitignore index 0bba3cc84e..93f22b74fb 100644 --- a/website/.gitignore +++ b/website/.gitignore @@ -6,3 +6,6 @@ resources /data/releases.toml *.swp + +# .hugo_build.lock is an empty file for building hugo projects. +.hugo_build.lock