Ensure util/check-make-install.in is exported

./configure needs util/check-make-install.in to be present in the source
directory in order to complete successfully.  Make sure this file is
included in source tarballs created from the repository.
This commit is contained in:
Michał Kępień 2020-03-11 13:03:48 +01:00 committed by Matthijs Mekking
parent 4236979e90
commit 7beca6a4ab

1
.gitattributes vendored
View file

@ -15,4 +15,5 @@ win32utils/**.txt eol=crlf
/lib/lwres/man/resolver.5 export-ignore
/util/** export-ignore
/util/bindkeys.pl -export-ignore
/util/check-make-install.in -export-ignore
/util/mksymtbl.pl -export-ignore