Skip to content

Commit 15366e9

Browse files
Ignore the MODULE.bazel* files generated by bazel. (#9352)
Co-authored-by: Zhanyong Wan <[email protected]>
1 parent c2aa21e commit 15366e9

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.gitignore

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,24 @@ torchax/**/runs/
1414

1515
# BEGIN NOT-CLEAN-FILES (setup.py handles this marker. Do not change.)
1616
#
17-
# Below files are not deleted by "setup.py clean".
17+
# Files below are not deleted by "setup.py clean".
1818

19-
# Visual Studio Code files
19+
# Visual Studio Code files.
2020
.vs
2121
.vscode/
2222

23-
# Files autogenerated by docs/docs_build.sh
23+
# Files autogenerated by docs/docs_build.sh.
2424
/core
2525
/docs/src/*
2626

27-
# Local terraform state
27+
# Local terraform state.
2828
.terraform
2929

3030

31-
# Build system temporary files
31+
# Bazel temporary files.
3232
bazel-*
33+
MODULE.bazel
34+
MODULE.bazel.lock
3335

34-
# Clangd cache directory
36+
# Clangd cache directory.
3537
.cache/*

0 commit comments

Comments
 (0)