From 85499fbbc682c36482e2053e66a642f5d581d356 Mon Sep 17 00:00:00 2001 From: Balint Reczey Date: Wed, 18 Jun 2014 11:43:08 -0700 Subject: Add simple script to export release tarball right from Git The files not to be present in the release tarballs are filetered based on the contents of the .gitattributes files Change-Id: If12eb00cf174f5d5b6dfffd56685b078a4593bf8 Reviewed-on: https://code.wireshark.org/review/2402 Reviewed-by: Evan Huus Reviewed-by: Gerald Combs --- .gitattributes | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index 176a458f94..e797a0d476 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,6 @@ -* text=auto +* text=auto +/test export-ignore +.bzrignore export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.gitreview export-ignore -- cgit v1.2.3