diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-06-22 14:46:11 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-06-22 14:46:11 -0700 |
commit | 9523298c95467e014daf5ed108cfcbe75a0d918d (patch) | |
tree | 9c60c33033a704ae1321b2919f315309c90fac31 /Documentation | |
parent | 159e639e5bf24d78b22802934ae335413b2aa6ae (diff) | |
parent | 008d896df5deaa967d4d86306b408333e8ef34c3 (diff) | |
download | git-9523298c95467e014daf5ed108cfcbe75a0d918d.tar.gz git-9523298c95467e014daf5ed108cfcbe75a0d918d.tar.xz |
Merge branch 'rs/archive-ignore'
* rs/archive-ignore:
Teach new attribute 'export-ignore' to git-archive
Diffstat (limited to 'Documentation')
-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` ^^^^^^^^^^^^^^ |