Skip to content

Commit

Permalink
prepare for checking in autogenerated files
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
djmdjm committed Jun 13, 2024
1 parent 425f79a commit bf204bd
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

0 comments on commit bf204bd

Please sign in to comment.