diff options
author | René Scharfe <rene.scharfe@lsrfire.ath.cx> | 2008-06-08 18:42:33 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-06-09 14:53:46 -0700 |
commit | 008d896df5deaa967d4d86306b408333e8ef34c3 (patch) | |
tree | c2b7aeaa45767e1c4e6359381b2bd99bd77dbebc /Documentation/gitattributes.txt | |
parent | 457bb452919887ff5e8007d02e93f443fdb6f1e9 (diff) | |
download | git-008d896df5deaa967d4d86306b408333e8ef34c3.tar.gz git-008d896df5deaa967d4d86306b408333e8ef34c3.tar.xz |
Teach new attribute 'export-ignore' to git-archive
Paths marked with this attribute are not output to git-archive
output.
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/gitattributes.txt')
-rw-r--r-- | Documentation/gitattributes.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/gitattributes.txt b/Documentation/gitattributes.txt index 471754eb1..6e67990f6 100644 --- a/Documentation/gitattributes.txt +++ b/Documentation/gitattributes.txt @@ -502,6 +502,12 @@ frotz unspecified Creating an archive ~~~~~~~~~~~~~~~~~~~ +`export-ignore` +^^^^^^^^^^^^^^^ + +Files and directories with the attribute `export-ignore` won't be added to +archive files. + `export-subst` ^^^^^^^^^^^^^^ |