aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore13
1 files changed, 7 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index c60c36e148..a345b8813d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,16 +1,17 @@
+# Ignore backup files.
*~
+# Ignore Vim swap files.
.*.swp
+# Ignore files generated by IDEs.
/.classpath
/.factorypath
/.idea/
/.project
/.settings
/WORKSPACE.user.bzl
-/bazel-bazel
-/bazel-bin
-/bazel-genfiles
-/bazel-io_bazel
-/bazel-out
-/bazel-testlogs
/bazel.iml
+# Ignore all bazel-* symlinks. There is no full list since this can change
+# based on the name of the directory bazel is cloned into.
+/bazel-*
+# Ignore outputs generated during Bazel bootstrapping.
/output/