-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
148 lines (145 loc) · 2.96 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
.dccache
*.a
*.d
*.o
*.so
*.ts
R/src/library/**/inst/po/**/LC_MESSAGES/*.mo
!R/src/library/translations/inst/po/**/LC_MESSAGES/*.mo
.Rhistory
R/autom4te.cache/*
R/doc/*/*.html
R/doc/doxygen/html
R/doc/NEWS.*.rds
R/src/library/*/po/*.po~
Recommended/*/po/*.po~
R/src/library/*/all.R
R/src/**/Makedeps
R/src/**/Makefile
!R/src/gnuwin32/installer/Makefile
!R/src/gnuwin32/fixed/Makefile
!R/src/gnuwin32/cran/Makefile
!R/src/gnuwin32/Makefile
R/src/library/*/DESCRIPTION
R/src/library/*.inn
R/GIT-REVISION
R/Makeconf
R/Makefile
R/Makefile.bak
R/Makefrag.*
R/aclocal.m4
R/bin/
R/config.log
R/config.status
R/doc/FAQ
R/doc/Makefile
R/doc/NEWS
R/doc/NEWS.pdf
R/doc/NEWS.rds
R/doc/R.1
R/doc/RESOURCES
R/doc/*/Makefile
R/doc/manual/stamp-images-html
R/doc/manual/version.texi
R/etc/Makeconf
R/etc/Renviron
R/etc/javaconf
R/etc/ldpaths
R/include/
R/library/
R/libtool
R/m4/Makefile
R/non-tarball
R/po/Makefile
R/share/Makefile
R/src/Makefile
R/src/extra/intl/charset.alias
R/src/extra/intl/charsetalias.h
R/src/extra/intl/libgnuintl.h
R/src/include/R_ext/stamp-R
R/src/include/Rconfig.h
R/src/include/Rconfig.tsa
R/src/include/Rmath.h
R/src/include/Rmath.h0
R/src/include/Rmath.tsa
R/src/include/Rversion.h
R/src/include/Rversion.tsa
R/src/include/config.h
R/src/include/libintl.h
R/src/include/stamp-R
R/src/include/stamp-h
R/src/library/Recommended/stamp-recommended
R/src/library/stamp-docs
R/src/main/R.bin
R/src/scripts/R.fe
R/src/scripts/R.sh
R/src/scripts/Rcmd
R/src/scripts/javareconf
R/src/scripts/mkinstalldirs
R/src/scripts/pager
R/src/scripts/rtags
R/src/unix/Rscript
R/stamp-java
R/tests/Embedding/Makefile
R/tests/Examples/Makefile
R/tests/Makefile
R/tests/CXXR/Makefile
R/tests/CXXR2/Makefile
R/tools/Makefile
R/etc/Makefile
R/src/nmath/standalone/*.lo
R/src/nmath/standalone/*.cpp
R/src/nmath/standalone/check.log
R/tests/Examples/*.R
R/tests/Examples/*.R-cnt
R/tests/Examples/*.Rout
R/tests/Examples/*.Rout.prev
R/tests/Examples/*.pdf
R/tests/*.Rout
R/tests/*.pdf
R/SVN-REVISION
R/tests/PkgC_1.0-0.tar.gz
R/tests/R-intro.R
R/tests/Rprofmem.out
R/tests/base.Rcheck/
R/tests/compiler.Rcheck/
R/tests/datasets.Rcheck/
R/tests/ex.gz
R/tests/exNSS4_1.1.tar.gz
R/tests/exSexpr_1.1.tar.gz
R/tests/grDevices.Rcheck/
R/tests/graphics.Rcheck/
R/tests/grid.Rcheck/
R/tests/methods.Rcheck/
R/tests/myTst2/
R/tests/no-segfault.R
R/tests/p-r-random-tests_seed
R/tests/parallel.Rcheck/
R/tests/pkgA_1.2.tar.gz
R/tests/pkgB_1.0.tar.gz
R/tests/pkgD_2.1.2.tar.gz
R/tests/splines.Rcheck/
R/tests/stats.Rcheck/
R/tests/stats4.Rcheck/
R/tests/tcltk.Rcheck/
R/tests/tools.Rcheck/
R/tests/utils.Rcheck
R-devel/
R-frozen/
R-recommended/
R-recommended-frozen/
R/tests/*.Rcheck/
R/tests/RecPackages/*/
R/.RData
R/src/include/CXXR/stamp-R
R/tests/CXXR/CellPooltest
R/tests/CXXR/CellPooltest.out
R/tests/CXXR/MemoryBanktest
R/tests/CXXR/Allocatortest
R/tests/CXXR/GCManagertest
R/tests/CXXR/splice_test
R/tests/CXXR/GCManagertest.out
R/tests/CXXR/RObject_sizer
R/tests/CXXR/Allocatortest.out
R/tests/CXXR/RObject_sizer.out
R/tests/CXXR2/misc.Rout