diff options
author | jan Iversen <jani@libreoffice.org> | 2018-05-23 17:26:59 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-05-24 08:24:53 -0700 |
commit | 0958592ee6e0ea2016906d3fb84b64e3c20a90fa (patch) | |
tree | a53e61b4b2fc62edd34dd0bc5b3ee0bde58770fc | |
parent | ee86fecbbfe920af83403d5afc232f78df6721d0 (diff) | |
download | subsurface-0958592ee6e0ea2016906d3fb84b64e3c20a90fa.tar.gz |
subsurface: update .gitignore with extra dirs.
make sure "git status" does not report know dirs.
Signed-off-by: Jan Iversen <jani@apache.org>
-rw-r--r-- | .gitignore | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore index fcdc4eeb1..f4457a7df 100644 --- a/.gitignore +++ b/.gitignore @@ -38,9 +38,8 @@ mobile-widgets/qml/kirigami packaging/ios/translations/ packaging/ios/googlemaps* packaging/ios/install-root* -packaging/ios/libdivecomputer-* -packaging/ios/libgit2* -packaging/ios/libxslt* -packaging/ios/libzip* +packaging/ios/lib* +packaging/ios/kirigami +packaging/ios/breeze-icons packaging/ios/Info.plist packaging/ios/Qt |