Android: Adjust default .gitignore to ignore .thumbnails at any location in the tree, not just at its top.
This commit is contained in:
parent
31260aa920
commit
f35cc2d4ba
3 changed files with 5 additions and 1 deletions
|
@ -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
2
debian/changelog
vendored
|
@ -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
|
||||
|
||||
|
|
|
@ -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]]
|
||||
|
|
Loading…
Reference in a new issue