]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
prepare for checking in autogenerated files
authorDamien Miller <djm@mindrot.org>
Thu, 13 Jun 2024 05:00:28 +0000 (15:00 +1000)
committerDamien Miller <djm@mindrot.org>
Thu, 13 Jun 2024 05:02:26 +0000 (15:02 +1000)
We plan to check in automatically generated files (config.h.in, etc) on
release branches. These files are normally ignored by .gitignore, but
this shuffles the contents of this file to make it easy to un-ignore
them.

.gitignore

index 7fccc6fe3dc3b1f42a3baa127574413bb01f553a..213041656b096b2fd1442f607fd47c9f9c71f158 100644 (file)
@@ -1,18 +1,14 @@
 Makefile
 buildpkg.sh
 config.h
-config.h.in
 config.h.in~
 config.log
 config.status
-configure
-aclocal.m4
 openbsd-compat/Makefile
 openbsd-compat/regress/Makefile
 openssh.xml
 opensshd.init
 survey.sh
-**/*.0
 **/*.o
 **/*.lo
 **/*.so
@@ -36,3 +32,10 @@ sshd
 !regress/misc/fuzz-harness/Makefile
 !regress/unittests/sshsig/Makefile
 tags
+
+# Ignored on main branch
+config.h.in
+configure
+aclocal.m4
+ChangeLog
+**/*.0