status: Ignore new files that are gitignored.

This commit is contained in:
Joey Hess 2013-12-12 14:01:24 -04:00
parent 99096622ad
commit 625076f9a5
3 changed files with 6 additions and 2 deletions

View file

@ -14,3 +14,5 @@ So I have this .gitignore file:
and when I do *git annex add .* it works as expected: It adds only ~/web and ~/Desktop/Work... but when I do *git annex status* it shows me the entire /home... it seems that *git annex status* doesn't use .gitignore... is this a bug or an intended behavior?
Thanks for your time :)
> [[fixed|done]] --[[Joey]]