Skip to content

Commit 69d2750

Browse files
committed
Add .gitignore file
1 parent 50818b1 commit 69d2750

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Ignore all bazel-* symlinks.
2+
/bazel-*
3+
# Ignore generated python artifacts
4+
*.pyc
5+
copts/__pycache__/

0 commit comments

Comments
 (0)