mirror of https://github.com/llvm/torch-mlir
38 lines
387 B
Plaintext
38 lines
387 B
Plaintext
*.swp
|
|
.cache/
|
|
.vscode
|
|
.ccache
|
|
.env
|
|
*.code-workspace
|
|
.ipynb_checkpoints
|
|
*.venv/
|
|
mlir_venv/
|
|
externals/pytorch/
|
|
libtorch*
|
|
|
|
/build/
|
|
__pycache__
|
|
*.pyc
|
|
|
|
.pytype
|
|
|
|
|
|
# Pip artifacts.
|
|
*.egg-info
|
|
*.whl
|
|
/wheelhouse
|
|
|
|
# Bazel
|
|
bazel-*
|
|
|
|
# Autogenerated files
|
|
/projects/ltc/csrc/base_lazy_backend/generated
|
|
|
|
#Docker builds
|
|
build_oot/
|
|
docker_venv/
|
|
llvm-build/
|
|
|
|
# C++ build artifacts
|
|
compile_commands.json
|