Add generated benchmark files to gitignore (#51000)

When building IntelliJ generates several source files related to the
benchmarks. This commit adds that path to the gitignore so these don't
get accidentally committed.
This commit is contained in:
Gordon Brown 2020-01-14 16:18:28 -07:00 committed by GitHub
parent fc5fde7950
commit f207e5bde9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

4
.gitignore vendored
View File

@ -5,6 +5,8 @@
*.ipr *.ipr
*.iws *.iws
build-idea/ build-idea/
# These files are generated in the main tree by IntelliJ
benchmarks/src/main/generated/*
# eclipse files # eclipse files
.project .project
@ -42,7 +44,7 @@ html_docs
/tmp/ /tmp/
eclipse-build eclipse-build
# projects using testfixtures # projects using testfixtures
testfixtures_shared/ testfixtures_shared/
# These are generated from .ci/jobs.t # These are generated from .ci/jobs.t