Skip to content

Commit 7cc87e8

Browse files
committed
Clion with bazel setup
Summary: CLion Bazel Setup Test Plan: Clion Reviewers: #engineering, kgandhi, philkuz Reviewed By: #engineering, kgandhi, philkuz Differential Revision: https://phab.corp.pixielabs.ai/D169 GitOrigin-RevId: eff5d2b
1 parent 2d1a4f8 commit 7cc87e8

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

Diff for: .bazelproject

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
directories:
2+
# Add the directories you want added as source here
3+
# By default, we've added your entire workspace ('.')
4+
.
5+
6+
targets:
7+
# Add targets that reach the source code that you want to resolve here
8+
# By default, we've added all targets in your workspace
9+
//...
10+
11+
additional_languages:
12+
# Uncomment any additional languages you want supported
13+
# dart

Diff for: .gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ bazel-*
2525
**/.idea/dynamic.xml
2626
**/.idea/uiDesigner.xml
2727

28+
# CLion Bazel files.
29+
.clwb
30+
2831
# VScode files
2932
**/.vscode/tags
3033

Diff for: .idea/encodings.xml

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)