Skip to content

Commit 399ec88

Browse files
committed
.gitignore: make junk visible for clean
Narrow ignore so that junk is visible for clean Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
1 parent 83ff256 commit 399ec88

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,11 @@ obj-x86_64-linux-gnu/
5757

5858
user.bazelrc
5959

60-
bazel-*
60+
# Limit ignore to these files, so we see and clean out other cruft
61+
/bazel-bin
62+
/bazel-OpenROAD
63+
/bazel-out
64+
/bazel-testlogs
6165

6266
projectview.bazelproject
6367
.bsp/

0 commit comments

Comments
 (0)