mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-27 20:58:47 +00:00
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>
This commit is contained in:
parent
7d6a48b59f
commit
5e05c804c8
1 changed files with 10 additions and 1 deletions
11
.gitignore
vendored
11
.gitignore
vendored
|
@ -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*
|
||||
|
||||
|
|
Loading…
Reference in a new issue