Skip to content

Commit 705c154

Browse files
committed
Add benchmark example file to git
Add .gitignore exemption
1 parent 369266e commit 705c154

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ghcide/.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ cabal.project.local
77
/.tasty-rerun-log
88
.vscode
99
/.hlint-*
10-
bench/example/
10+
bench/example/*
11+
# don't ignore the example file, we need it!
12+
!bench/example/HLS
1113
bench-results/
1214
bench-temp/
1315
.shake/

ghcide/bench/example/HLS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../..

0 commit comments

Comments
 (0)