mirror of
https://github.com/mii443/mozc.git
synced 2025-08-22 16:15:46 +00:00
As a preparation to start using clang-cl for Windows (#1179), with this commit python build_tools/update_deps.py will start deploying LLVM for windows into src/third_party/llvm/ by downloading the archive from LLVM's GitHub releases page. The downloaded clang-cl is not yet used. PiperOrigin-RevId: 730872577
78 lines
1.4 KiB
Plaintext
78 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/llvm/
|
|
/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/
|