This commit is contained in:
https://www.google.com/accounts/o8/id?id=AItOawkF8_uQjLYm5Mf5F_JuVW-BxlvzpWjvR_o 2013-11-16 20:29:55 +00:00 committed by admin
parent c31088df97
commit ccc60d4a80

View file

@ -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.