This is an automated email from the ASF dual-hosted git repository.

afs pushed a commit to branch advisory
in repository https://gitbox.apache.org/repos/asf/jena-site.git

commit 4bf1e20dc447851c22d38d7ad767b7410cfb0c51
Author: Andy Seaborne <[email protected]>
AuthorDate: Tue Jul 28 19:02:28 2026 +0100

    Include editor backup files in .gitignore
---
 .gitignore | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 2495e8f93..c4b069728 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,9 +2,12 @@
 /resources
 target/
 
+
+## Editors
 .vscode
 .#*
-.hugo*
+\#*
+*~
 
 # IntelliJ generated
 *.iml
@@ -12,4 +15,4 @@ target/
 .java-version
 
 # Hugo
-.hugo_build.lock
+.hugo*

Reply via email to