From 5e05c804c806600d427f2491a7bea53d3247694e Mon Sep 17 00:00:00 2001 From: jan Iversen Date: Thu, 10 May 2018 12:10:20 +0200 Subject: [PATCH] Updated .gitignore to silence ios dirs e.g. /build is already silenced, so it is natural to do the same for the iOS builds. Signed-off-by: Jan Iversen --- .gitignore | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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* +