Android: Adjust default .gitignore to ignore .thumbnails at any location in the tree, not just at its top.

This commit is contained in:
Joey Hess 2013-11-16 18:48:16 -04:00
parent 31260aa920
commit f35cc2d4ba
3 changed files with 5 additions and 1 deletions

View file

@ -168,7 +168,7 @@ getAndroidCameraRepositoryR =
where
addignore = do
liftIO $ unlessM (doesFileExist ".gitignore") $
writeFile ".gitignore" ".thumbnails/*"
writeFile ".gitignore" ".thumbnails"
void $ inRepo $
Git.Command.runBool [Param "add", File ".gitignore"]

2
debian/changelog vendored
View file

@ -37,6 +37,8 @@ git-annex (5.20131102) UNRELEASED; urgency=low
Thanks to Tim for the test case.
* fsck: Fix up .git/annex/object directory permissions.
* Switched to the tasty test framework.
* Android: Adjust default .gitignore to ignore .thumbnails at any location
in the tree, not just at its top.
-- Joey Hess <joeyh@debian.org> Wed, 06 Nov 2013 16:14:14 -0400

View file

@ -13,3 +13,5 @@ Create a repo
Nightly build for Android from yesterday (2013-11-16)
### Please provide any additional information below.
> [[fixed|done]] --[[Joey]]