diff options
author | jan Iversen <jani@libreoffice.org> | 2018-05-20 12:57:14 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-05-20 11:35:28 -0700 |
commit | d7e31ebbcd2966ed31e0fe371e1362a6296d619d (patch) | |
tree | 96e89b808ae255a046dbfbc266c69d5ce4c538cf /.gitignore | |
parent | 16555e663b811c0fa5d273570025d70d2640146d (diff) | |
download | subsurface-d7e31ebbcd2966ed31e0fe371e1362a6296d619d.tar.gz |
iOS: get rid of ios/Subsurface-mobile
Having a split between ios and ios/Subsurface-mobile is just confusing
and without a practical reason
Move files from ios/Subsurface-mobile to ios and update .gitignore
Signed-off-by: Jan Iversen <jani@apache.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index b1aa57221..fcdc4eeb1 100644 --- a/.gitignore +++ b/.gitignore @@ -35,7 +35,7 @@ Subsurface.app !android/**/*.xml build* mobile-widgets/qml/kirigami -packaging/ios/Subsurface-mobile/translations/ +packaging/ios/translations/ packaging/ios/googlemaps* packaging/ios/install-root* packaging/ios/libdivecomputer-* |