comparison .hgignore @ 15:2b9e75756825

[GuiZe] Updated to handle bundling and created a shee l script for pushing.
author June Park <parkjune1995@gmail.com>
date Fri, 03 Oct 2025 06:50:33 -0700
parents ad69c414a881
children fa2b8af609d9
comparison
equal deleted inserted replaced
14:0570ada19343 15:2b9e75756825
1 syntax: glob 1 syntax: glob
2 2
3 # 1) Bazel’s output base directories (e.g. bazel-<workspace-hash>/) 3 # 1) Bazel’s output base directories (e.g. bazel-<workspace-hash>/)
4 bazel-*/ 4 bazel-*/
5
6 # 2) Runfiles trees (created beside binaries)
7 *.runfiles/ 5 *.runfiles/
8
9 # 3) Runfile manifest files
10 *.runfiles_manifest 6 *.runfiles_manifest
11
12 # 4) Test log directories
13 bazel-*/testlogs/ 7 bazel-*/testlogs/
14
15 # 5) External-dependency symlinks
16 bazel-*/external/ 8 bazel-*/external/
17
18 # 6) Local Bazel cache (if you ever put it under the repo)
19 .bazelcache/ 9 .bazelcache/
20 10
11 projects/*