view .hgignore @ 11:f33d9ff8b6e8

[Raylib] Added raylib linux to third party lib and added cross platform support.
author June Park <parkjune1995@gmail.com>
date Tue, 30 Sep 2025 05:01:34 -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/