Files
mozc/.gitignore
Yohei Yukawa e198ede52b Also download Android NDK in update_deps.py (#1183)
This is a preparation before removing the dependency on Docker from our
Android build instructions (#1181).

With this commit running the 'update_deps.py' also downloads Android NDK
for macOS and Linux then extract it under third_party/ndk/.

This would enable us to fully control which version of Android NDK
should be used to build Android Library ('libmozc.so') in a subsequent
commit.

At this moment only the observable difference is that the Android NDK
will be extracted under third_party/ndk/. There must be no difference
in the final artifact yet.

PiperOrigin-RevId: 728118756
2025-02-18 20:21:12 +09:00

77 lines
1.4 KiB
Plaintext

# backup files (emacs)
*~
# backup files (vim)
.*.swp
# backup files (mercurial)
*.orig
# Python compiled objects
*.pyc
# Bazel autogenerated files
MODULE.bazel.lock
# Hidden files
.DS_Store
# third_party dirs and cache dir checked out by update_deps.py
/src/third_party/ndk/
/src/third_party/ninja/
/src/third_party/qt/
/src/third_party/qt_host/
/src/third_party/qt_src/
/src/third_party/wix/
/src/third_party_cache/
# Temporary dir for Docker
/docker/ubuntu20.04/src/
# Visual Studio per-project settings
/.vs/
# VSCode per-project settings
.vscode/
# Temporary working dirs
/oss
/src-*
/src_*
# Python venv dir used to conform PEP 668
# https://peps.python.org/pep-0668/
/src/python-venv
# Mozc build artifacts by Bazel (symbolic links)
/src/bazel-bin
/src/bazel-out
/src/bazel-src
/src/bazel-src_*
/src/bazel-testlogs
# Mozc build artifacts by GYP
/src/out_android/
/src/out_linux/
/src/out_mac/
/src/out_nacl/
/src/out_win/
/src/out_win_msvs/
/src/mozc_version.txt
# Intermediate files generated by Android Build
/src/android/AndroidManifest.xml
/src/android/assets/
/src/android/bin/
/src/android/gen/
/src/android/gen_for_adt/
/src/android/libs/
/src/android/protobuf/bin/
/src/android/protobuf/gen/
/src/android/protobuf/gen_for_adt/
/src/android/resources/bin/
/src/android/resources/gen/
/src/android/resources/res
/src/android/tests/AndroidManifest.xml
/src/android/tests/libs/