aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar http://edheil.wordpress.com/ <http://edheil.wordpress.com/@web>2013-01-25 03:58:20 +0000
committerGravatar admin <admin@branchable.com>2013-01-25 03:58:20 +0000
commitd008e0e52bbf7b8da47cf6aa0477e4248483eab2 (patch)
treed297d7e94f2e1b8f07c88eebf75b31fee07c7b0f /doc
parent2cff471569a230f3f98572594a9f40f7df4407dd (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/DS__95__Store_not_gitignored.mdwn20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/bugs/DS__95__Store_not_gitignored.mdwn b/doc/bugs/DS__95__Store_not_gitignored.mdwn
new file mode 100644
index 000000000..3de5a6a78
--- /dev/null
+++ b/doc/bugs/DS__95__Store_not_gitignored.mdwn
@@ -0,0 +1,20 @@
+What steps will reproduce the problem?
+
+Create a new git repo on OS X. create a .gitignore file containing the line ".DS_Store". Check it into git. do "git annex init" to make the directory into a git annex repo. do "git annex direct" to put it in direct mode. do "git annex assistant" to start the assistant and watch it with "git annex webapp".
+
+Open the directory in the finder. Drag in some files and watch the assistant as it checks them in. Play with your window's viewing preferences, maybe view things as "icons" so that the finder is forced to store metadata about where you dragged the icons in the window in the .DS_Store file. As you do this, watch the webapp. .DS_Store will start to be checked into git annex, and rechecked in frequently as it is updated. Git annex assistant is not respecting the .gitignore file. Is there some other way to tell git annex assistant that certain files should be ignored than .gitignore?
+
+
+What is the expected output? What do you see instead?
+
+.DS_Store files are ignored by the assistant.
+
+
+What version of git-annex are you using? On what operating system?
+
+git-annex version: 3.20130124
+
+OS X Lion
+
+Please provide any additional information below.
+