Skip to content

Commit 8041957

Browse files
authored
Added .gitignore files to example directories (#599)
1 parent e9c8a33 commit 8041957

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

examples/pip_install/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# git ignore patterns
2+
3+
/bazel-*
4+
user.bazelrc

examples/pip_parse/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# git ignore patterns
2+
3+
/bazel-*
4+
user.bazelrc

0 commit comments

Comments
 (0)