Files
wehub-resource-sync 8a852e4b4e
cffconvert / validate (push) Has been skipped
License Check / license-check (push) Failing after 2s
chore: import upstream snapshot with attribution
2026-07-13 12:14:16 +08:00

39 lines
574 B
Plaintext

# Copyright 2023 The OpenXLA Authors
#
# Ignore the bazel directories when this directory is used as a local repository.
bazel-*
bazel-bin
bazel-out
bazel-testlogs
# Ignore Bazel lock file
MODULE.bazel.lock
# Ignore files produced by `configure`
.tf_configure.bazelrc
xla_configure.bazelrc
tools/python_bin_path.sh
# Emacs autosaves
*~
\#*\#
# Visual Studio files
.vs/
.vscode/
*.sdf
*.opensdf
*.VC.opendb
*.suo
*.user
# Ignore clangd files and directories: https://openxla.org/xla/lsp
.cache
compile_commands.json
external
# Ignore python cache files.
__pycache__/