prepare for checking in autogenerated files

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.
This commit is contained in:
Damien Miller 2024-06-13 15:00:28 +10:00
parent 425f79a837
commit bf204bd05c
No known key found for this signature in database
1 changed files with 7 additions and 4 deletions

11
.gitignore vendored
View File

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