From f207e5bde96d743fdbf86d94289087c9709a4061 Mon Sep 17 00:00:00 2001 From: Gordon Brown Date: Tue, 14 Jan 2020 16:18:28 -0700 Subject: [PATCH] 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. --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e3f75ba3d1f..ec394ab0906 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,8 @@ *.ipr *.iws build-idea/ +# These files are generated in the main tree by IntelliJ +benchmarks/src/main/generated/* # eclipse files .project @@ -42,7 +44,7 @@ html_docs /tmp/ eclipse-build -# projects using testfixtures +# projects using testfixtures testfixtures_shared/ # These are generated from .ci/jobs.t