From nobody Sun Nov 21 21:08:15 2021 X-Original-To: dev-commits-doc-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id D2F4D18ACE30 for ; Sun, 21 Nov 2021 21:08:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Hy30H5Ysxz3m6g; Sun, 21 Nov 2021 21:08:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9B704162FC; Sun, 21 Nov 2021 21:08:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1ALL8FD1001694; Sun, 21 Nov 2021 21:08:15 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1ALL8FHA001693; Sun, 21 Nov 2021 21:08:15 GMT (envelope-from git) Date: Sun, 21 Nov 2021 21:08:15 GMT Message-Id: <202111212108.1ALL8FHA001693@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Sergio Carlavilla Delgado Subject: git: 48e3628160 - main - Ignore .hugo_build.lock in .gitignore for documentation and website List-Id: Commit messages for all branches of the doc repository List-Archive: https://lists.freebsd.org/archives/dev-commits-doc-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-doc-all@freebsd.org X-BeenThere: dev-commits-doc-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: carlavilla X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 48e36281609947030df00b469d7313b33bd6c7be Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by carlavilla: URL: https://cgit.FreeBSD.org/doc/commit/?id=48e36281609947030df00b469d7313b33bd6c7be commit 48e36281609947030df00b469d7313b33bd6c7be Author: Minsoo Choo AuthorDate: 2021-11-21 21:07:21 +0000 Commit: Sergio Carlavilla Delgado CommitDate: 2021-11-21 21:07:21 +0000 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(+) 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