summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorBalint Reczey <balint@balintreczey.hu>2014-06-18 11:43:08 -0700
committerGerald Combs <gerald@wireshark.org>2014-06-19 00:35:02 +0000
commit85499fbbc682c36482e2053e66a642f5d581d356 (patch)
tree0a6b7a538aabb40f0fbf9b3b3cac6ba721f8b8e6 /.gitattributes
parent43c64c0adef3ffc8a6258c6e9ac95777e79e4ddc (diff)
downloadwireshark-85499fbbc682c36482e2053e66a642f5d581d356.tar.gz
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 <eapache@gmail.com> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes7
1 files changed, 6 insertions, 1 deletions
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