summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawkF8_uQjLYm5Mf5F_JuVW-BxlvzpWjvR_o <Andrew@web>2013-11-16 20:29:55 +0000
committerGravatar admin <admin@branchable.com>2013-11-16 20:29:55 +0000
commitfd63ba0432a60e1fb2d6dfb6bdeb3212035daac3 (patch)
tree474e3d04057e960a93a6880a18086776267805ce
parentf7dea0f63829b6eb0daa022c56ea2cb7704bb157 (diff)
-rw-r--r--doc/bugs/gitignore_for_DCIM_on_Android_misses_some_files.mdwn15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/bugs/gitignore_for_DCIM_on_Android_misses_some_files.mdwn b/doc/bugs/gitignore_for_DCIM_on_Android_misses_some_files.mdwn
new file mode 100644
index 000000000..a7b97de68
--- /dev/null
+++ b/doc/bugs/gitignore_for_DCIM_on_Android_misses_some_files.mdwn
@@ -0,0 +1,15 @@
+### Please describe the problem.
+
+When git-annex assistant on Android setups up the DCIM repo a .gitignore file is dropped into place which ignores .thumbnails/* . Unfortunately this doesn't match .thumbnails/.thumbdata* - I have a 700MB file which matches this pattern.
+
+I suspect that making the pattern in .gitignore just .thumbnails should resolve this.
+
+### What steps will reproduce the problem?
+
+Create a repo
+
+### What version of git-annex are you using? On what operating system?
+
+Nightly build for Android from yesterday (2013-11-16)
+
+### Please provide any additional information below.