File: .gitignore

package info (click to toggle)
apache-arrow 23.0.1-4
  • links: PTS
  • area: main
  • in suites:
  • size: 76,368 kB
  • sloc: cpp: 654,608; python: 70,522; ruby: 45,964; ansic: 18,742; sh: 7,367; makefile: 633; javascript: 125; xml: 41
file content (34 lines) | stat: -rw-r--r-- 663 bytes parent folder | download | duplicates (6)
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
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
.deps

# Checksums for the precompiled binaries will be added just before CRAN submission
# use `tools/update-checksums.R` to download them.
/tools/checksums/

# 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
/tools/versions.txt