39 lines
574 B
Plaintext
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__/
|