From e951f6ed6373d3c8d550755e4ec00adadc878aca Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 16 Nov 2017 22:41:38 +0100 Subject: [PATCH] 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. --- .gitattributes | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..abf9f30 --- /dev/null +++ b/.gitattributes @@ -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