-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitignore
53 lines (46 loc) · 952 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
jikesrvm.iml
# Local configuration
/.ant.properties
# Files for Eclipse project
/.project
/.settings
/.classpath
/.pmd
/.checkstyle
/eclipse/
# MMTk harness
/MMTk/harness/src-generated/org/mmtk/harness/lang/parser/*.java
# local test run
/build/test-runs/local*.properties
# Generated JavaLex files
/testing/tests/javalex/qb1.*.lex
/testing/tests/javalex/qb1.*.lex.java
# Directories generated during build
/components/
/dist/
/generated/
/results/
/target/
# Other stuff
/MMTk/bin
/MMTk/doc/cheatsheet/cheatsheet.blg
/MMTk/doc/cheatsheet/cheatsheet.aux
/MMTk/doc/cheatsheet/cheatsheet.bbl
/MMTk/doc/cheatsheet/cheatsheet.log
/MMTk/MMTk.iml
/testing/tests/gctest/cp
/testing/tests/gctest/out.*
/rvm/TAGS.ALL
/rvm/TAGS.Makefiles
/tools/bootImageRunner/Classes.tmp
/testing/tests/jni/cp
/testing/tests/jni/out.*
/testing/tests/SPECjbb2000/results
/test-output/
/.idea/
JikesRVM x86_64-linux production.iml
/benchmarks/
/scratch/
/venv/
log
dacapo/