From e6918187568dbd01842d8d1d2c808ce16a894239 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 21 Apr 2024 13:54:28 +0200 Subject: Adding upstream version 18.2.2. Signed-off-by: Daniel Baumann --- src/arrow/r/.gitignore | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 src/arrow/r/.gitignore (limited to 'src/arrow/r/.gitignore') diff --git a/src/arrow/r/.gitignore b/src/arrow/r/.gitignore new file mode 100644 index 000000000..e15c6f4b7 --- /dev/null +++ b/src/arrow/r/.gitignore @@ -0,0 +1,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 -- cgit v1.2.3