1# Ignore backup files. 2*~ 3# Ignore Vim swap files. 4.*.swp 5# Ignore development related files. 6.gdb_history 7# Ignore files generated by IDEs. 8/.classpath 9/.factorypath 10/.idea/ 11/.project 12/.settings 13/bazel.iml 14# Ignore all bazel-* symlinks. There is no full list since this can change 15# based on the name of the directory bazel is cloned into. 16/bazel-* 17# Ignore outputs generated during Bazel bootstrapping. 18/output/ 19