diff options
author | Jan Holesovsky <kendy@collabora.com> | 2019-07-11 11:29:13 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2019-07-12 11:52:56 +0200 |
commit | 2b13c69d75476bcc3a38bd0cd9798187e74ed4c4 (patch) | |
tree | 126a7ae58c7e235655c0112dad5e89792df93a3f /.gitignore | |
parent | fa6e1054a9fe21ced91dda2d13caf9a49d8c9ffd (diff) |
android: Split the actual editing Activity into an own library.
This way, it is more naturally visible what is the actuall app (with the
initial recent documents / file picker) and the editing part.
Change-Id: Ia764f2900939e980f703e3da9f9abd6c0aee7cbb
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index 52ee34543..eea283edd 100644 --- a/.gitignore +++ b/.gitignore @@ -95,9 +95,9 @@ ios/Mobile/Assets.xcassets/AppIcon.appiconset BUNDLE-VERSION # android stuff -/android/app/src/main/assets/dist -/android/app/src/main/assets/hello-world.od* -/android/app/src/main/cpp/CMakeLists.txt +/android/lib/src/main/assets/dist +/android/lib/src/main/assets/hello-world.od* +/android/lib/src/main/cpp/CMakeLists.txt # backup and temporary editor files: the only convenience rules allowed here. *~ |