Mercurial
annotate .hgignore @ 22:947b81010aba
[Dowa & Seobeo] Updated so that Dowa hashmaps can use arena and not be broken. Split up web so taht it can handle different paths. Also fixes issues with hash collisions which was pain in the ass.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Tue, 07 Oct 2025 07:11:02 -0700 |
| parents | fa2b8af609d9 |
| children | b212647e8654 |
| rev | line source |
|---|---|
|
10
ad69c414a881
[Misc] Update hgignore to properly ignore output folders.
June Park <parkjune1995@gmail.com>
parents:
8
diff
changeset
|
1 syntax: glob |
|
ad69c414a881
[Misc] Update hgignore to properly ignore output folders.
June Park <parkjune1995@gmail.com>
parents:
8
diff
changeset
|
2 |
|
ad69c414a881
[Misc] Update hgignore to properly ignore output folders.
June Park <parkjune1995@gmail.com>
parents:
8
diff
changeset
|
3 # 1) Bazel’s output base directories (e.g. bazel-<workspace-hash>/) |
|
8
98f96b8032e5
[GuiZe] Creating custom bazel rule to deploy to github easily.
June Park <parkjune1995@gmail.com>
parents:
diff
changeset
|
4 bazel-*/ |
|
10
ad69c414a881
[Misc] Update hgignore to properly ignore output folders.
June Park <parkjune1995@gmail.com>
parents:
8
diff
changeset
|
5 *.runfiles/ |
|
ad69c414a881
[Misc] Update hgignore to properly ignore output folders.
June Park <parkjune1995@gmail.com>
parents:
8
diff
changeset
|
6 *.runfiles_manifest |
|
ad69c414a881
[Misc] Update hgignore to properly ignore output folders.
June Park <parkjune1995@gmail.com>
parents:
8
diff
changeset
|
7 bazel-*/testlogs/ |
|
ad69c414a881
[Misc] Update hgignore to properly ignore output folders.
June Park <parkjune1995@gmail.com>
parents:
8
diff
changeset
|
8 bazel-*/external/ |
|
ad69c414a881
[Misc] Update hgignore to properly ignore output folders.
June Park <parkjune1995@gmail.com>
parents:
8
diff
changeset
|
9 .bazelcache/ |
|
ad69c414a881
[Misc] Update hgignore to properly ignore output folders.
June Park <parkjune1995@gmail.com>
parents:
8
diff
changeset
|
10 |
|
15
2b9e75756825
[GuiZe] Updated to handle bundling and created a shee
June Park <parkjune1995@gmail.com>
parents:
10
diff
changeset
|
11 projects/* |
|
18
fa2b8af609d9
[Seobeo] Fixed a bug with pathing. Support SSL.
June Park <parkjune1995@gmail.com>
parents:
15
diff
changeset
|
12 |
|
fa2b8af609d9
[Seobeo] Fixed a bug with pathing. Support SSL.
June Park <parkjune1995@gmail.com>
parents:
15
diff
changeset
|
13 .git/* |
|
fa2b8af609d9
[Seobeo] Fixed a bug with pathing. Support SSL.
June Park <parkjune1995@gmail.com>
parents:
15
diff
changeset
|
14 .gitignore |