diff options
author | jan Iversen <jani@libreoffice.org> | 2018-05-10 12:10:20 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-05-10 08:24:13 -0700 |
commit | 5e05c804c806600d427f2491a7bea53d3247694e (patch) | |
tree | 33bb4ef598485257b7794e07176dea5151b3def6 /.gitignore | |
parent | 7d6a48b59fc4271bd7293b867f32fe36e876cb56 (diff) | |
download | subsurface-5e05c804c806600d427f2491a7bea53d3247694e.tar.gz |
Updated .gitignore to silence ios dirs
e.g. <repo>/build is already silenced, so it is natural to do
the same for the iOS builds.
Signed-off-by: Jan Iversen <jani@apache.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 2c3c7d774..d3f29b754 100644 --- a/.gitignore +++ b/.gitignore @@ -22,15 +22,24 @@ packaging/macos/Info.plist *.kdev4 callgrind.out.* .gitignore -build/ +build*/ .rcc .moc .uic .obj Makefile subsurface.pro.user* +Subsurface-mobile.pro.user* Subsurface.app .DS_Store !android/**/*.xml build* mobile-widgets/qml/kirigami +packaging/ios/Subsurface-mobile/translations/ +packaging/ios/googlemaps* +packaging/ios/install-root* +packaging/ios/libdivecomputer-* +packaging/ios/libgit2* +packaging/ios/libxslt* +packaging/ios/libzip* + |