Skip to content

Commit 236b3b4

Browse files
committed
gitignore: fixes
- goop to be cleaned out should be visible - bazel project folder is git root cleanup Signed-off-by: Øyvind Harboe <[email protected]>
1 parent dbc2bb8 commit 236b3b4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,7 @@ build
9999
metadata-base-at.json
100100

101101
user.bazelrc
102-
bazel-*
102+
bazel-bin/
103+
bazel-out/
104+
bazel-flow/
105+
bazel-testlogs/

flow/.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,3 @@ settings.mk
22
vars.sh
33
vars.gdb
44
vars.tcl
5-
user.bazelrc
6-
bazel-*

0 commit comments

Comments
 (0)