Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jan 2021 17:05:05 GMT
From:      Glen Barber <gjb@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 17e99717e2 - main - gitignore: ignore *.swp files
Message-ID:  <202101261705.10QH556n061173@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gjb:

URL: https://cgit.FreeBSD.org/doc/commit/?id=17e99717e26b7dae2696296082f5f9ed8335ab60

commit 17e99717e26b7dae2696296082f5f9ed8335ab60
Author:     Glen Barber <gjb@FreeBSD.org>
AuthorDate: 2021-01-26 17:04:38 +0000
Commit:     Glen Barber <gjb@FreeBSD.org>
CommitDate: 2021-01-26 17:04:38 +0000

    gitignore: ignore *.swp files
    
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
---
 documentation/.gitignore | 2 ++
 website/.gitignore       | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/documentation/.gitignore b/documentation/.gitignore
index aacad15a44..d703e3c524 100644
--- a/documentation/.gitignore
+++ b/documentation/.gitignore
@@ -15,3 +15,5 @@ toc-5.adoc
 
 # Shared folder
 /shared
+
+*.swp
diff --git a/website/.gitignore b/website/.gitignore
index abe4edda37..22591f65b4 100644
--- a/website/.gitignore
+++ b/website/.gitignore
@@ -7,3 +7,5 @@ resources
 
 # Autogenerated content
 /data/releases.toml
+
+*.swp



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101261705.10QH556n061173>