summaryrefslogtreecommitdiff
path: root/doc/bugs/git_annex_status_doesn__39__t_use_.gitignore_in_direct_mode.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/git_annex_status_doesn__39__t_use_.gitignore_in_direct_mode.mdwn')
-rw-r--r--doc/bugs/git_annex_status_doesn__39__t_use_.gitignore_in_direct_mode.mdwn18
1 files changed, 0 insertions, 18 deletions
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
deleted file mode 100644
index 27bdc3241..000000000
--- a/doc/bugs/git_annex_status_doesn__39__t_use_.gitignore_in_direct_mode.mdwn
+++ /dev/null
@@ -1,18 +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 :)
-
-> [[fixed|done]] --[[Joey]]