Skip to content

Commit

Permalink
Cleanup gitignore to ignore all /bazel-* directories.
Browse files Browse the repository at this point in the history
--
Change-Id: Ib75c9a2b86586efc07ff16dc44caa2e4f4e420c3
Reviewed-on: https://cr.bazel.build/9067
PiperOrigin-RevId: 148631186
MOS_MIGRATED_REVID=148631186
  • Loading branch information
katre authored and hermione521 committed Feb 27, 2017
1 parent 7af14df commit 3ae50fe
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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/

0 comments on commit 3ae50fe

Please sign in to comment.