Skip to content

Commit 0296203

Browse files
authored
Add generated benchmark files to gitignore
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.
1 parent 3515ca5 commit 0296203

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
*.ipr
66
*.iws
77
build-idea/
8+
# These files are generated in the main tree by IntelliJ
9+
benchmarks/src/main/generated/*
810

911
# eclipse files
1012
.project
@@ -42,7 +44,7 @@ html_docs
4244
/tmp/
4345
eclipse-build
4446

45-
# projects using testfixtures
47+
# projects using testfixtures
4648
testfixtures_shared/
4749

4850
# These are generated from .ci/jobs.t

0 commit comments

Comments
 (0)