diff options
author | Joey Hess <joey@kitenet.net> | 2013-06-10 16:41:02 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-06-10 17:10:12 -0400 |
commit | f7d30a5b4994206606bd4df525cbd1f1d44ab9a1 (patch) | |
tree | 13bc8e076f521d94814317ee900a6fd2c815733b | |
parent | 6ff88f9f1218e5d4dcc8ea0a3f189f5167bf5a31 (diff) |
Android: Add .thumbnails to .gitignore when setting up a camera repository.
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | doc/bugs/Should_ignore_.thumbnails__47___on_android.mdwn | 5 |
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index f5a8f5128..72526499e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ git-annex (4.20130602) UNRELEASED; urgency=low * Supports indirect mode on encfs in paranoia mode, and other filesystems that do not support hard links, but do support symlinks and other POSIX filesystem features. + * Android: Add .thumbnails to .gitignore when setting up a camera + repository. -- Joey Hess <joeyh@debian.org> Mon, 10 Jun 2013 12:52:44 -0400 diff --git a/doc/bugs/Should_ignore_.thumbnails__47___on_android.mdwn b/doc/bugs/Should_ignore_.thumbnails__47___on_android.mdwn index b24eb7b45..30dc5caee 100644 --- a/doc/bugs/Should_ignore_.thumbnails__47___on_android.mdwn +++ b/doc/bugs/Should_ignore_.thumbnails__47___on_android.mdwn @@ -21,3 +21,8 @@ Install git-annex on Android and choose the defaults for a camera repository. # End of transcript or log. """]] + +> I've [[done]] this, however the .gitignore file it writes will +> not actually be used by the assistant until it gets support +> for querying gitignore settings from git. There is already a +> bug tracking that, and it's in process. --[[Joey]] |