summaryrefslogtreecommitdiffstats
path: root/src/arrow/r/.gitignore
blob: e15c6f4b7421da32aedbdd1b310e9c8028d691ae (plain)
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
Meta
docs/
inst/doc
*.o
*.o-*
*.d
*.so
*.dll
.RData
.Rproj.user
.Rhistory
src/Makevars
src/Makevars.win
windows/
libarrow/
revdep/
vignettes/nyc-taxi/
arrow_*.tar.gz
arrow_*.tgz
extra-tests/files

# C++ sources for an offline build. They're copied from the ../cpp directory, so ignore them here.
/tools/cpp/
# cmake expects dotenv, NOTICE.txt, and LICENSE.txt to be available one level up
# from cpp/, but again, they're just copies
/tools/dotenv
/tools/LICENSE.txt
/tools/NOTICE.txt