-
Notifications
You must be signed in to change notification settings - Fork 64
/
.gitignore
94 lines (78 loc) · 1.28 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
# Eclipse generated
.project
.classpath
.settings
.factorypath
*/.gitignore
*/build.xml
*/bin/
nbproject/
workingsets.xml
\.externalToolBuilders/
/.metadata/
# intellij generated
*.iml
.idea
*.pydevproject
# VScode generated
.vscode/
# Mac OS
.DS_Store
# Python bytecode
*.pyc
# Checkstyle generated
checkstyle-timestamps/
checkstyleOutput.txt
# Generated
generated/
com.oracle.max.vm.native/build/
com.oracle.max.vm.native/generated/
/scratch/
/maxine-tester/*
!/maxine-tester/junit-tests/
/docs/_build/
/maxjdk/
/mxbuild/
/production/
/mx.maxine/savedDeps/
# mx
mx/
*.log
# Java bytecode
*.class
!com.oracle.max.tests/jasmin_classes/jtt/jasm/*.class
# generated by tests
*.stderr
*.stdout
*.failed
*.passed
*.command
*.o
*.bin
*.elf
# Don't ignore directories matching the pattern
!*.elf/
compilations-*.cfg
# Debugging related
codebuffer.c
*_errors
*_output
olc/
# Libraries
/lib/*
!/lib/asm-6.0-maxine.jar
!/lib/asm-util-6.0-maxine.jar
!/lib/okra-1.9.jar
!/lib/jnumautils-0.1-SNAPSHOT.jar
# Javadoc
/*/javadoc/
.metadata/*
.recommenders/*
maxine-tester/junit-tests/FileReader.input
maxine-tester/junit-tests/GetResource.input
maxine-tester/junit-tests/ZipFileReader.input
com.sun.max.ins/NB3B.jar.sha1
test/jasmin_classes.jar.sha1
javafilelist.txt
# Allocation Profiler Generated
*.csv