From df72d6c6578b8a50adfd4e3dff2fb24611295031 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 12 Dec 2013 14:00:53 -0400 Subject: move bug report to corret location from from (sigh) --- ...tatus_doesn__39__t_use_.gitignore_in_direct_mode.mdwn | 16 ++++++++++++++++ ...tatus_doesn__39__t_use_.gitignore_in_direct_mode.mdwn | 16 ---------------- 2 files changed, 16 insertions(+), 16 deletions(-) create mode 100644 doc/bugs/git_annex_status_doesn__39__t_use_.gitignore_in_direct_mode.mdwn delete mode 100644 doc/forum/git_annex_status_doesn__39__t_use_.gitignore_in_direct_mode.mdwn diff --git a/doc/bugs/git_annex_status_doesn__39__t_use_.gitignore_in_direct_mode.mdwn b/doc/bugs/git_annex_status_doesn__39__t_use_.gitignore_in_direct_mode.mdwn new file mode 100644 index 000000000..f91c8bf79 --- /dev/null +++ b/doc/bugs/git_annex_status_doesn__39__t_use_.gitignore_in_direct_mode.mdwn @@ -0,0 +1,16 @@ +Hello all! + +I'm doing tests with git annex to see how it works, and to start with it I'm trying to track my /home using some kind of a *white list* with .gitignore. + +So I have this .gitignore file: + + /* + !/web + + !/Desktop + /Desktop/* + !/Desktop/Work + +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 :) diff --git a/doc/forum/git_annex_status_doesn__39__t_use_.gitignore_in_direct_mode.mdwn b/doc/forum/git_annex_status_doesn__39__t_use_.gitignore_in_direct_mode.mdwn deleted file mode 100644 index f91c8bf79..000000000 --- a/doc/forum/git_annex_status_doesn__39__t_use_.gitignore_in_direct_mode.mdwn +++ /dev/null @@ -1,16 +0,0 @@ -Hello all! - -I'm doing tests with git annex to see how it works, and to start with it I'm trying to track my /home using some kind of a *white list* with .gitignore. - -So I have this .gitignore file: - - /* - !/web - - !/Desktop - /Desktop/* - !/Desktop/Work - -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 :) -- cgit v1.2.3