Skip to content

Commit

Permalink
Add generated benchmark files to gitignore (#51000)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
gwbrown authored Jan 14, 2020
1 parent fc5fde7 commit f207e5b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -42,7 +44,7 @@ html_docs
/tmp/
eclipse-build

# projects using testfixtures
# projects using testfixtures
testfixtures_shared/

# These are generated from .ci/jobs.t
Expand Down

0 comments on commit f207e5b

Please sign in to comment.