blob: 47e35b656fd0e0655db3c46da1d384fa7989354c [file] [log] [blame]
# Ignore backup files.
*~
# Ignore Vim swap files.
.*.swp
# Ignore development related files.
.gdb_history
# Ignore files generated by IDEs.
/.classpath
/.factorypath
/.idea/
/.project
/.settings
/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/