tensorflow/third_party/xla/.gitignore
David Dunleavy 277eed5e83 Remake configure.py to be XLA specific
Also, move it to `build_tools/configure/configure.py` and add tests

PiperOrigin-RevId: 603158260
2024-01-31 14:28:59 -08:00

28 lines
381 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 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