Skip to content

Commit

Permalink
Add CLion/ASWB/clangd project directories to .gitignore
Browse files Browse the repository at this point in the history
Closes bazelbuild#15011.

PiperOrigin-RevId: 437019248
  • Loading branch information
fmeum authored and copybara-github committed Mar 24, 2022
1 parent 5b8b834 commit 4eb4536
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
# Ignore Vim swap files.
.*.swp
# Ignore files generated by IDEs.
/.aswb/
/.cache/
/.classpath
/.clwb/
/.factorypath
/.idea/
/.ijwb/
Expand All @@ -23,4 +26,3 @@
.bazelversion
# User-specific .bazelrc
user.bazelrc

0 comments on commit 4eb4536

Please sign in to comment.