view .hgignore @ 13:53f2c3764efc

removing unused folder.
author June Park <parkjune1995@gmail.com>
date Thu, 02 Oct 2025 14:40:43 -0700
parents ad69c414a881
children 2b9e75756825
line wrap: on
line source

syntax: glob

# 1) Bazel’s output base directories (e.g. bazel-<workspace-hash>/)
bazel-*/

# 2) Runfiles trees (created beside binaries)
*.runfiles/

# 3) Runfile manifest files
*.runfiles_manifest

# 4) Test log directories
bazel-*/testlogs/

# 5) External-dependency symlinks
bazel-*/external/

# 6) Local Bazel cache (if you ever put it under the repo)
.bazelcache/