-
-
Notifications
You must be signed in to change notification settings - Fork 205
/
.Rbuildignore
59 lines (59 loc) · 948 Bytes
/
.Rbuildignore
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
^tags$
^.github$
^cigraph$
^Makefile$
^Makefile-cigraph$
^src/Makevars$
^tools$
^.gitmodules$
^igraph_.*\.tar\.gz$
^object_files$
^version_number$
^autom4te.cache$
^.travis.yml$
^CONTRIBUTING.md$
^README.md$
^R/.*\.R\.in$
^src/.*\.o$
^src/.*\.so$
^revdep$
^tmp$
^src/igraph.so.dSYM$
^.venv$
^.vscode$
^doc$
^patches$
^vendor$
^cran-comments\.md$
^cran-comments\.template.md$
^CRAN-RELEASE$
^CRAN-SUBMISSION$
^igraph\.Rproj$
^\.Rproj\.user$
^codecov\.yml$
^\.gitattributes$
^_pkgdown\.yml$
^docs$
^pkgdown$
^\.github$
^vignettes/articles$
^\.zenodo.json$
^AUTHORS-list\.md$
^CITATION\.cff$
^cran$
^R/cran\.R$
^src/build$
^src/install$
^src/vendor/cigraph/\..*$
^rconfigure\.py$
^\.ccache$
^src/vendor/cigraph/CITATION\.cff$
^R/revdep\.R$
^compile_commands\.json$
^\.cache$
^man/dot-igraph.progress\.Rd$
^man/dot-igraph.status\.Rd$
^man/dot-extract_constructor_and_modifiers\.Rd$
^man/dot-apply_modifiers\.Rd$
^man/handle_vertex_type_arg\.Rd$
^rchk$