This commit is contained in:
parent
ba49fc74c8
commit
3a0bd23c89
1 changed files with 10 additions and 0 deletions
10
doc/forum/exclude_files_from_annex.mdwn
Normal file
10
doc/forum/exclude_files_from_annex.mdwn
Normal file
|
@ -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
|
Loading…
Reference in a new issue