.Rbuildignore 462 Bytes
Newer Older
1
2
3
AUTOCONF_UBUNTU_VERSION
^autom4te.cache/.*$
^.*\.bin
4
^build_r.R$
5
^cran-comments\.md$
6
^docs/.*$
7
^.*\.dll
8
\.gitkeep$
9
^.*\.history
10
^Makefile$
11
12
13
^.*\.o
^.*\.out
^pkgdown$
14
^recreate-configure\.sh$
15
16
17
^.*\.so
^src/build/.*$
^src/CMakeLists.txt$
18
19
20
^src/compute/.appveyor.yml$
^src/compute/.coveralls.yml$
^src/compute/.travis.yml$
21
^src/compute/test/.*$
22
23
24
25
26
^src/compute/index.html$
^src/compute/.git$
^src/compute/.gitignore$
^src/compute/CONTRIBUTING.md$
^src/compute/README.md$