
This left some otherwise-empty directories in my source tree after releasing v2.15-rc2; I would rather have been forced to clean these up. This only affects maintainers, and only rarely, so the burden of an occasional "git clean -f -d" is not high. Change-Id: I70cd8a081d18eed50af006c1ccce4178f0333633
32 lines
483 B
Plaintext
32 lines
483 B
Plaintext
# Keep following lines sorted according to `LC_COLLATE=C sort`
|
|
*.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
|