summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-05-17 18:24:52 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-05-17 18:24:52 -0400
commit0b42d9961120b2c3fea21e6a4d6b672cf416e486 (patch)
treedd95cd8d085a3ef4f5d8abe81dca95f53be502df
parent4f20ea8e2ef07a66cd324eb4e351d375164c7b3a (diff)
parentd5d48c1d2de51907991c088cc0c76cb845eed533 (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r--doc/forum/exclude_files_from_annex.mdwn10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/forum/exclude_files_from_annex.mdwn b/doc/forum/exclude_files_from_annex.mdwn
new file mode 100644
index 000000000..c1707afb1
--- /dev/null
+++ b/doc/forum/exclude_files_from_annex.mdwn
@@ -0,0 +1,10 @@
+I'm wanting to do essentially [[/tips/replacing_Sparkleshare_or_dvcs-autosync_with_the_assistant/]], that is prevent git-annex from annexing certain files (by extension), and rather manage them in git only.
+
+This seems to work fine, and the assistant auto-adds them to git, and commits when I make changes, when in indirect mode.
+
+However, in a direct mode repository, then the files are automatically annexed, and even if I create them in an indirect repo, and then change it, they are annexed.
+
+Is this expected behaviour? Does the annex.largefiles setting only make sense in indirect mode?
+
+
+--Walter