Skip to content

Commit

Permalink
chore: Add Bazel files to .gitignore (#907)
Browse files Browse the repository at this point in the history
  • Loading branch information
miraleung authored May 27, 2021
1 parent 48db1e6 commit 54033ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
*.py[cod]
*.sw[op]

# Bazel
bazel-*

# C extensions
*.so

Expand Down

0 comments on commit 54033ee

Please sign in to comment.