gerrit/.gitignore
Edwin Kempin 4d8ec40376 Git-ignore .primary_build_tool and .gwt_work_dir
These files have been git-ignored in master to support the Bazel build
(see change I984068). Also ignore them in stable-2.13 so that these
files do not show up as untracked when switching between the master
branch and stable-2.13.

Change-Id: I3f91d9ae398a2dac4e64b2589484ce4629bf55d3
Signed-off-by: Edwin Kempin <ekempin@google.com>
2016-11-25 16:51:19 +01:00

36 lines
502 B
Plaintext

/.apt_generated
/.classpath
/.factorypath
/.project
/.settings/org.maven.ide.eclipse.prefs
/.settings/org.eclipse.m2e.core.prefs
/.settings/org.eclipse.ltk.core.refactoring.prefs
/test_site
/.idea
*.iml
*.eml
*.sublime-*
/gerrit-package-plugins
/.buckconfig.local
/.buckjavaargs
/.buckd
/bazel-bin
/bazel-genfiles
/bazel-gerrit
/bazel-out
/bazel-testlogs
/buck-cache
/buck-out
/eclipse-out
/extras
/local.properties
*.pyc
/gwt-unitCache
.DS_Store
*.swp
*.asc
/bin/
*~
.primary_build_tool
.gwt_work_dir