summaryrefslogtreecommitdiff
path: root/doc/tips/largefiles
diff options
context:
space:
mode:
authorGravatar christophfischer@4706e95f48874dfd46092b278315693b92ea7d23 <christophfischer@web>2016-06-21 11:42:45 +0000
committerGravatar admin <admin@branchable.com>2016-06-21 11:42:45 +0000
commit8ca0ed2285c19e6211b4f048a6f788a04beb61e8 (patch)
tree7d02b29bcbe54947b2f16e318e3db304e234f132 /doc/tips/largefiles
parent8769364aff8077d7bf2364b95be20ebd2d09767b (diff)
Added a comment: how to recursively exclude files from git-annex (.gitattributes)
Diffstat (limited to 'doc/tips/largefiles')
-rw-r--r--doc/tips/largefiles/comment_5_cf7354ecc5a3e69a0cc0d47d77e52051._comment14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/tips/largefiles/comment_5_cf7354ecc5a3e69a0cc0d47d77e52051._comment b/doc/tips/largefiles/comment_5_cf7354ecc5a3e69a0cc0d47d77e52051._comment
new file mode 100644
index 000000000..e0f814323
--- /dev/null
+++ b/doc/tips/largefiles/comment_5_cf7354ecc5a3e69a0cc0d47d77e52051._comment
@@ -0,0 +1,14 @@
+[[!comment format=mdwn
+ username="christophfischer@4706e95f48874dfd46092b278315693b92ea7d23"
+ nickname="christophfischer"
+ subject="how to recursively exclude files from git-annex (.gitattributes)"
+ date="2016-06-21T11:42:45Z"
+ content="""
+Hello
+
+it took me some time to figure out how to exclude directories matching a specific structure within the .gitattributes file:
+
+ **/some_dir/**/below_this_dir_is_everything_in_plane_text/**/* annex.largefiles=nothing
+
+Maybe it helps someone else. (In case this way is the intended way)
+"""]]