[openssh-commits] [openssh] 02/04: gitignore: ignore all *~ files
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Oct 14 18:53:27 AEDT 2025
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 2b1761dea36c120417d8b73db8310dc09a781e6f
Author: Mike Frysinger <vapier at gentoo.org>
AuthorDate: Mon Oct 13 11:29:36 2025 -0400
gitignore: ignore all *~ files
This is a common backup style.
---
.gitignore | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index a017df851..002d102b8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,7 @@
+*~
Makefile
buildpkg.sh
config.h
-config.h.in~
config.log
config.status
openbsd-compat/Makefile
@@ -17,7 +17,6 @@ survey.sh
**/*.dll
**/*.out
**/*.a
-**/*.un~
**/.*.swp
autom4te.cache/
scp
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list