From a0d2fcd8e2b16c63d043f857259b8175e1a315fc Mon Sep 17 00:00:00 2001 From: wmayer Date: Thu, 28 Nov 2013 14:03:32 +0100 Subject: [PATCH] Ignore plugins by git export --- src/Tools/plugins/.gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/Tools/plugins/.gitattributes diff --git a/src/Tools/plugins/.gitattributes b/src/Tools/plugins/.gitattributes new file mode 100644 index 000000000..03a27f909 --- /dev/null +++ b/src/Tools/plugins/.gitattributes @@ -0,0 +1,3 @@ +#git archive --worktree-attributes --prefix=freecad-0.13/ --output=freecad.tar.gz HEAD +widget export-ignore +imageformats export-ignore