blob: 9b4e4ea7ee73c2bad649d63a226f8c203f6da2fa [file] [log] [blame]
John Cater3ae50fe2017-02-27 11:07:55 +00001# Ignore backup files.
Han-Wen Nienhuys7a833f42015-10-28 14:17:09 +00002*~
John Cater3ae50fe2017-02-27 11:07:55 +00003# Ignore Vim swap files.
Steven Deedcb4a382016-01-27 16:23:47 +00004.*.swp
John Cater3ae50fe2017-02-27 11:07:55 +00005# Ignore files generated by IDEs.
Damien Martin-Guillerezf0f00b12015-03-24 12:27:58 +00006/.classpath
Damien Martin-Guillerezf9971e62015-04-20 13:51:07 +00007/.factorypath
Thiago Farina215c0bb2015-05-08 16:52:55 +00008/.idea/
Steven Deedcb4a382016-01-27 16:23:47 +00009/.project
10/.settings
Thiago Farina215c0bb2015-05-08 16:52:55 +000011/bazel.iml
John Cater3ae50fe2017-02-27 11:07:55 +000012# Ignore all bazel-* symlinks. There is no full list since this can change
13# based on the name of the directory bazel is cloned into.
14/bazel-*
15# Ignore outputs generated during Bazel bootstrapping.
Steven Deedcb4a382016-01-27 16:23:47 +000016/output/
dzc51dcd282017-06-14 22:52:27 +020017# Ignore jekyll build output.
18/production
19/.sass-cache