-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy path.gitignore
98 lines (81 loc) · 1.57 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
*.a
*.d
*.o
*.so
*.ts
/bin
/include
/jit
/library
/libtool
/confdefs.h
/conftest*
/config.log
/config.status
/Makeconf
/Makefile
/Makefile.bak
/Makefrag.cc
/Makefrag.cc_lo
/Makefrag.cxx
/Makefrag.m
/doc/manual/R-*.html
/doc/manual/R-*.html.tmp
/doc/Makefile
/doc/NEWS.rds
/doc/R.1
/doc/html/Makefile
/doc/html/index.html
/doc/html/packages.html
/doc/manual/Makefile
/doc/manual/version.texi
/etc/*
!/etc/*.in
/m4/Makefile
/po/Makefile
/share/Makefile
/src/**/Makedeps
/src/**/Makefile
/src/extra/sparsehash/.deps/
/src/extra/sparsehash/autom4te.cache/
/src/extra/sparsehash/confdefs.h
/src/extra/sparsehash/config.log
/src/extra/sparsehash/config.status
/src/extra/sparsehash/src/sparsehash/internal/sparseconfig.h
/src/extra/sparsehash/src/stamp-h1
/src/extra/sparsehash/*test
/src/extra/sparsehash/libsparsehash.pc
/src/extra/sparsehash/src/config.h
/src/extra/sparsehash/time_hash_map
/src/include/*.tsa
/src/include/rho/stamp-R
/src/include/R_ext/stamp-R
/src/include/Rconfig.h
/src/include/Rmath.h
/src/include/Rmath.h0
/src/include/Rversion.h
/src/include/config.h
/src/include/stamp-R
/src/include/stamp-h
/src/library/stamp-docs
/src/library/*.inn
/src/library/*/all.R
/src/library/*/DESCRIPTION
/src/library/Recommended/stamp-recommended
/src/library/Recommended/*.ts.out
/src/main/R.bin
/src/main/jit/RuntimeImpl.bc
/src/scripts/Makefile
/src/scripts/R.fe
/src/scripts/R.sh
/src/scripts/Rcmd
/src/scripts/f77_f2c
/src/scripts/javareconf
/src/scripts/mkinstalldirs
/src/scripts/pager
/src/scripts/rtags
/src/unix/Rscript
/tests/Makefile
/tools/Makefile
/tests/*/Makefile
/stamp-java