This repository has been archived by the owner on Aug 22, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 63
/
.gitignore
71 lines (68 loc) · 1.57 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
*.zip
*.jar
*.mod
*~
mx.sulong/*.pyc
mx.sulong/env
mx.sulong/eclipse-launches/**
mx.sulong/libs/*.ll
mx.sulong/libs/*.bc
mx.sulong/*.iml
mx.sulong/.project
mx.sulong/.pydevproject
.DS_Store
build.xml
workingsets.xml
hs_err_pid*.log
compilations-*.cfg
lib/**
mxbuild/**
mx.imports/**
.idea/**
build/**
graal/**
projects/.project
projects/*/nbproject/
projects/*/build.xml
projects/*/\.settings
projects/*/\.classpath
projects/*/\.project
projects/*/\bin
projects/*/\.checkstyle
projects/*/*.iml
projects/*/\.factorypath
projects/SULONG.dist/
projects/SULONG_LAUNCHER.dist/
projects/SULONG_TEST.dist/
cache/**
projects/com.oracle.truffle.llvm.bench/languagegame/**
projects/com.oracle.truffle.llvm.test/lifetime/**
projects/com.oracle.truffle.llvm.asm.amd64/src/com/oracle/truffle/llvm/asm/amd64/*.tokens
tests/argon2/phc-winner-argon2/**
tests/argon2/pthread-stub/*.ll
tests/llvm/test-suite-3.2.src/**
tests/nwcc/nwcc_0.8.3/**
tests/gcc/gcc-5.2.0/**
tests/gcc/lta/**
tests/benchmarksgame/binarytrees/**
tests/benchmarksgame/binarytreesredux/**
tests/benchmarksgame/chameneosredux/**
tests/benchmarksgame/fannkuchredux/**
tests/benchmarksgame/fasta/**
tests/benchmarksgame/fastaredux/**
tests/benchmarksgame/Include/**
tests/benchmarksgame/knucleotide/**
tests/benchmarksgame/mandelbrot/**
tests/benchmarksgame/meteor/**
tests/benchmarksgame/nbody/**
tests/benchmarksgame/pidigits/**
tests/benchmarksgame/regexdna/**
tests/benchmarksgame/rvcomp/**
tests/benchmarksgame/spectralnorm/**
tests/benchmarksgame/threadring/**
tests/benchmarksgame/revcomp/**
output
/bench-results.json
/.project
*.orig
/.metadata/