summaryrefslogtreecommitdiff
path: root/doc/bugs/gitignore_for_DCIM_on_Android_misses_some_files.mdwn
blob: a7b97de68062991c0bfa8584c159720634837140 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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.