90761cd7a2
bazel-gerrit depends on the repo's directory name. It is in fact: bazel-$(basename $PWD). Just ignore everything that starts with bazel- in the root directory. Change-Id: I223bd684bff2ab3c25d8131a2cf0a3ccb14ce54f
33 lines
489 B
Plaintext
33 lines
489 B
Plaintext
# Keep following lines sorted according to `LC_COLLATE=C sort`
|
|
*.asc
|
|
*.eml
|
|
*.iml
|
|
*.pyc
|
|
*.sublime-*
|
|
*.swp
|
|
*~
|
|
.DS_Store
|
|
.gwt_work_dir
|
|
/.apt_generated
|
|
/.bazel_path
|
|
/.buckd
|
|
/.classpath
|
|
/.factorypath
|
|
/.idea
|
|
/.metadata
|
|
/.project
|
|
/.settings/org.eclipse.ltk.core.refactoring.prefs
|
|
/.settings/org.eclipse.m2e.core.prefs
|
|
/.settings/org.maven.ide.eclipse.prefs
|
|
/bazel-*
|
|
/bin/
|
|
/buck-out
|
|
/eclipse-out
|
|
/extras
|
|
/gerrit-package-plugins
|
|
/gwt-unitCache
|
|
/infer-out
|
|
/local.properties
|
|
/test_site
|
|
/tools/format
|