-
Notifications
You must be signed in to change notification settings - Fork 36
/
.gitignore
54 lines (54 loc) · 1.02 KB
/
.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
/.Rhistory
/data/spec.html
/data/spec.txt
/index.html
/index.md
/README.html
/README.txt
/figure
*.md
*.html
.Rhistory
.idea
.vscode
.eclipse-ws
benchmarks.jar
benchmark.data
benchmarks/Java/build
implementations/jvmci
implementations/truffle
benchmarks/Smalltalk/*.changes
benchmarks/Smalltalk/*.image
benchmarks/Smalltalk/*.sources
implementations/pharo
implementations/pharo-ui
implementations/pharo-vm
implementations/vm50
implementations/rsqueak.*
implementations/Squeak*
implementations/RSqueak.*
implementations/squeak.sh
implementations/squeak.bat
implementations/COPYING-SDL2.txt
implementations/pypy-pypy-*
implementations/pypy.tar.bz2
*.dmp
/benchmarks/Smalltalk/*-cache
/benchmarks/Smalltalk/stable
__pycache__
*.pyc
/benchmarks/Ruby/.rubocop_todo.yml
/benchmarks/Java/.checkstyle
/benchmarks/Java/.classpath
/benchmarks/Java/.gitignore
/benchmarks/Java/.project
/benchmarks/Java/.settings
/benchmarks/Crystal/crystal-*
*.dwarf
/awfy.tar.bz2
/report/data
/report/figure
/report/figures
/report/*.png
/benchmarks/Java/*.xml
.Rproj.user