Skip to content

Commit aed5367

Browse files
committed
Add .gitignore.
1 parent 7cf3cef commit aed5367

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.gitignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Ignore backup files.
2+
*~
3+
# Ignore Vim swap files.
4+
.*.swp
5+
# Ignore files generated by IDEs.
6+
/.classpath
7+
/.factorypath
8+
/.idea/
9+
/.ijwb/
10+
/.project
11+
/.settings
12+
# 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.
16+
/output/

0 commit comments

Comments
 (0)