aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJingwen Chen <jingwen@google.com>2020-05-17 16:02:28 +0800
committerBozhidar Batsov <bozhidar@batsov.com>2020-05-17 16:08:41 +0300
commitde6584f0f70e91a94b6d96b5da46908f12a3ec61 (patch)
tree9ed8d1b995ac7cf687d4706d2701b1bb5ad236c4 /doc
parent212dd6cd3e8f85634574328ec56e25812b9059ff (diff)
Add Bazel WORKSPACE detection to Projectile
Diffstat (limited to 'doc')
-rw-r--r--doc/projects.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/projects.md b/doc/projects.md
index 3711550..32d8b61 100644
--- a/doc/projects.md
+++ b/doc/projects.md
@@ -50,6 +50,7 @@ configure.in | autoconf old style
configure.ac | autoconf new style
cscope.out | cscope
Makefile | Make
+WORKSPACE | Bazel workspace file
There's also Projectile's own `.projectile` which serves both as a project marker
and a configuration file. We'll talk more about later in this section.