forked from smarr/ReBenchDB
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
33 lines (30 loc) · 827 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
*.Rproj
*.qs
*.swp
/.Rhistory
/.Rproj.user
/.vscode
/coverage
/dist
/logo
/node_modules
/resources/*.js
/resources/exp-data
/resources/reports
/resources/uPlot.min.css
/src/views/somns.html
/src/views/test.html
/tests/data/actual-results
/tests/data/large-payload.json
/tmp
test.figures
test.html
# ignore most generated plots to make it easier to handle
/tests/data/expected-results/stats-data-prep/jssom/inline-[0-9].svg
/tests/data/expected-results/stats-data-prep/jssom/inline-[1-2][0-9].svg
/tests/data/expected-results/stats-data-prep/tsom/inline-[0-9].svg
/tests/data/expected-results/stats-data-prep/tsom/inline-[0-9][0-9].svg
/tests/data/expected-results/stats-data-prep/tsom/inline-1[0-9][0-9].svg
/tests/data/expected-results/stats-data-prep/tsom/inline-exe-*.svg
# ignore developer-specific helper scripts
/*.sh