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:
parent
fc5fde7950
commit
f207e5bde9
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue