-
Notifications
You must be signed in to change notification settings - Fork 64
/
.gitignore
170 lines (169 loc) · 3.88 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
/mx.fastr/env
/mx.fastr/savedDeps
/mx.fastr/checkstyle-timestamps
/mx.fastr/eclipseinit.timestamp
/mx.fastr/netbeansinit.timestamp
/mx.fastr/eclipse-launches
/mx.fastr/currentAnnotationProcessors
/mx.fastr/ecj.jar
/mx.fastr/eclipse-config-libs.zip
/mx.fastr/eclipse-config.zip
/mx.fastr/netbeans-config.zip
/mx.fastr/.project
/mx.fastr/.pydevproject
/mxbuild/
/com.oracle.truffle.r.release/include/*
/com.oracle.truffle.r.native/fficall/src/common/copy_appl_objects
/com.oracle.truffle.r.native/fficall/lib/copy_appl_objects
/com.oracle.truffle.r.native/builtinlibs/lib/*
/com.oracle.truffle.r.native/library/*/lib/*
/com.oracle.truffle.r.native/library/stats/src/fft.c
/com.oracle.truffle.r.native/library/tools/src/gramRd.c
/com.oracle.truffle.r.native/library/grid/src/grid.c
/com.oracle.truffle.r.native/library/grid/src/state.c
/com.oracle.truffle.r.native/platform.mk
/com.oracle.truffle.r.native/gnur/Makeconf.done
/com.oracle.truffle.r.native/gnur/platform.mk.temp*
/com.oracle.truffle.r.native/gnur/R-*
/com.oracle.truffle.r.native/gnur/rcopylib.done
/com.oracle.truffle.r.native/gnur/tests/log
/com.oracle.truffle.r.native/run/Makeconf.etc
/com.oracle.truffle.r.native/include/*.h
/com.oracle.truffle.r.native/include/R_ext/*.h
/com.oracle.truffle.r.native/include/linked
/com.oracle.truffle.r.native/fficall/*.done
/com.oracle.truffle.r.native.recommended/install.recommended
/com.oracle.truffle.r.test.native/packages/copy_recommended
/com.oracle.truffle.r.test.native/packages/repo/*
/com.oracle.truffle.r.test.native/packages/recommended
/com.oracle.truffle.r.test.native/packages/*/lib/*
/com.oracle.truffle.r.test.native/urand/lib/liburand.so
/com.oracle.truffle.r.test/src/com/oracle/truffle/r/test/builtins/data/*
com.oracle.truffle.r.native/fficall/common.done
com.oracle.truffle.r.native/fficall/fficallllvm.done
com.oracle.truffle.r.native/run/Makeconf.etc-e
/tmptest/
/com.oracle.truffle.r.release/lib/
/com.oracle.truffle.r.release/library/
/com.oracle.truffle.r.release/LICENSE
/com.oracle.truffle.r.release/COPYRIGHT
/com.oracle.truffle.r.release/README.md
/deparse/
/DEPARSE_ERROR
/dumps/
/graal_dumps/
/Rpkgsource/*
/install.cran.logs/
/library/
/include/
/build/
/build-nograal/
/dist/
/java/
/lib/
/libdownloads/
/lib.install.cran/
/work/
.checkstyle
.classpath
.factorypath
.externalToolBuilders
.project
.recommenders
.settings/
.metadata/
.gdb_history
*.swo
*.iml
*.swp
*.class
*.log
*.bak
*.aux
*.pdf
*.dot
*.pyc
*.hprof
javafilelist.txt
.hprof.txt
/compilations-*.cfg
/graal/.*/build.xml
dist
foo1
/doc/.*/dot_temp_
/doc/doxygen/.*
.orig
output.txt
output.cfg
.cfg
**/nbproject/**
**/.vscode/**
**/.mypy_cache/**
**/build.xml
/scratch/
/test.fastr/
/test.gnur/
scratch/
bin/
share/
etc/
/doc/
src_gen/
/local/
/.hgtip
.DS_Store
javadoc/
.idea/
/cscope.out
/tags
*.bgv
core.*
*.jar
*.jar.*
eclipse-build.xml
rebuild-launch.out
coverage
jacoco.exec
workingsets.xml
.buildbot/
graal.options
agent/build/*
agent/make/filelist
agent/make/sa17.tar.gz
.RData
.Rhistory
R.tokens
.tmp.unit.knucleotide.input
*.o
findbugs.html
test_gnur
test_fastr
lib.install.packages*
package.blacklist
*.ll
*.su
*.bc
com.oracle.truffle.r.test.native/embedded/lib
bench-results.json
com.oracle.truffle.r.test.native/packages/testrffi/testrffi/tests/asTests.R
com.oracle.truffle.r.test.native/packages/testrffi/testrffi/tests/coerceTests.R
com.oracle.truffle.r.native/version.built
documentation/.pydevproject
com.oracle.truffle.r.native/gnur/patch-build
com.oracle.truffle.r.test.native/embedded/embedded.actual.output
com.oracle.truffle.r.test.native/embedded/main.actual.output
/f2c
test.fastr
test.gnur
test.diffs
install.tmp.fastr
install.tmp.gnur
lib.install.packages.fastr
lib.install.packages.gnur
/com.oracle.truffle.r.release/doc/
.Rproj.user
com.oracle.truffle.r.test.native/packages/*/*/src/*.so
com.oracle.truffle.r.test.native/packages/*/*/src/*.o
tags
com.oracle.truffle.r.test.packages/r/fastr.functions.rdx
com.oracle.truffle.r.test.integration/target