Exclude unnecessary files from wxWidgets release archives

Keep the files in the repository, even though we don't use them, but
don't include them in the releases.
This commit is contained in:
Vadim Zeitlin 2017-11-16 22:41:38 +01:00
parent 0c4f9b739f
commit e951f6ed63

10
.gitattributes vendored Normal file
View File

@ -0,0 +1,10 @@
# Don't include the library build files that we don't use.
aclocal.m4 export-ignore
compile export-ignore
configure* export-ignore
config.* export-ignore
depcomp export-ignore
install-sh export-ignore
mak* export-ignore
Makefile.* export-ignore
missing export-ignore