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:
parent
0c4f9b739f
commit
e951f6ed63
10
.gitattributes
vendored
Normal file
10
.gitattributes
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user