summaryrefslogtreecommitdiff
path: root/doc/bugs/assistant_ignore_.gitignore.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/assistant_ignore_.gitignore.mdwn')
-rw-r--r--doc/bugs/assistant_ignore_.gitignore.mdwn31
1 files changed, 0 insertions, 31 deletions
diff --git a/doc/bugs/assistant_ignore_.gitignore.mdwn b/doc/bugs/assistant_ignore_.gitignore.mdwn
deleted file mode 100644
index 63d067e67..000000000
--- a/doc/bugs/assistant_ignore_.gitignore.mdwn
+++ /dev/null
@@ -1,31 +0,0 @@
-What steps will reproduce the problem?
-
-1. have an existing directory with a bunch of files
-2. create a `.gitignore` file that matches some files (*.log *.aux *~ etc.)
-3. `git init .`
-4. `git annex init work`
-5. `git remote add server server:Blabla`
-6. `ssh server`
-7. `@server $ mkdir Blabla`
-8. `@server $ cd Blabla`
-9. `@server $ git init .`
-10. `@server $ git annex init server`
-11. `@server $ exit`
-12. `git annex webapp`
-
-What is the expected output? What do you see instead?
-
-I expect that ingored files stay ignored,
-I see instead that all the files (including the ignored) are transfered to the server
-
-What version of git-annex are you using? On what operating system?
-
-3.20130124, debian sid (on both machines)
-
-> As noted in [[design/assistant/inotify]]'s TODO list, this
-> needs an efficient gitignore query interface in git (DNE)
-> or a gitignore parser. --[[Joey]]
-
-[[!tag /design/assistant]]
-
-> [[fixed|done]]; with git 1.8.4 the assistant honors .gitignore --[[Joey]]