Skip to content

Commit

Permalink
Exclude unneeded subdirectories from wxWidgets releases
Browse files Browse the repository at this point in the history
Don't include unneeded files in the release archives.
  • Loading branch information
vadz committed Nov 16, 2017
1 parent c7955ff commit 1c15507
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1c15507

Please sign in to comment.