Exclude unneeded subdirectories from wxWidgets releases

Don't include unneeded files in the release archives.
This commit is contained in:
Vadim Zeitlin 2017-11-16 22:54:45 +01:00
parent c7955ffb6e
commit 1c1550729c

13
.gitattributes vendored Normal file
View File

@ -0,0 +1,13 @@
# Don't include anything not needed to build and use the library.
.git* export-ignore
amiga/ export-ignore
contrib/ export-ignore
doc/ export-ignore
examples/ export-ignore
msdos/ export-ignore
nintendods/ export-ignore
old/ export-ignore
os400/ export-ignore
qnx/ export-ignore
test/ export-ignore
watcom/ export-ignore