-
Notifications
You must be signed in to change notification settings - Fork 0
/
.hgignore
118 lines (116 loc) · 2.02 KB
/
.hgignore
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
^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
^mxbuild/
^com.oracle.truffle.r.test/rpackages/testrlibs_user
^com.oracle.truffle.r.test.native/urand/lib/liburand.so
^com.oracle.truffle.r.native/gnur/R-*
com.oracle.truffle.r.native/fficall/src/jni/arithmetic.c
com.oracle.truffle.r.native/fficall/src/jni/util.c
^DEPARSE_ERROR
^Rpkgsource/*
^install.cran.logs/
^library/
^include/
^build/
^build-nograal/
^dist/
^java/
^lib/
^libdownloads/
^lib.install.cran/
^jdk1.(7|8).0
^java64/
^work/
\.checkstyle$
\.classpath
\.factorypath
\.externalToolBuilders
\.project
\.settings/
\.metadata/
~$
.gdb_history
\.swo$
\.csv$
\.iml$
\.swp$
\.class$
\.log$
\.bak$
\.aux$
\.pdf$
\.dot$
\.pyc$
\.hprof$
\javafilelist.txt$
\.hprof\.txt$
^graal/.*/build.xml
^.*/build.xml
^.*/nbproject/
dist
foo1
^doc/.*/dot_temp_
^doc/doxygen/.*$
\.orig$
output\.txt$
output\.cfg$
\.cfg
/nbproject/private/
^scratch/
^test-output/
scratch/
bin/
share/
etc/
src_gen/
^local/
^.hgtip
.DS_Store
javadoc/
.idea/
^cscope.out
^tags
syntax: glob
*.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
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/platform.mk
com.oracle.truffle.r.native/gnur/Makeconf.done
com.oracle.truffle.r.native/gnur/platform.mk.temp*
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.test.native/packages/*/lib/*
test_gnur
test_fastr
lib.install.cran*