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
|
thirdparty/
CMakeFiles/
CMakeCache.txt
CTestTestfile.cmake
Makefile
cmake_install.cmake
build/
Testing/
# Python stuff
# Editor temporary/working/backup files
*flymake*
# Generated sources
*.c
*.cpp
pyarrow/lib.h
pyarrow/*_api.h
pyarrow/_cuda.h
pyarrow/_generated_version.py
cython_debug
# Bundled headers
pyarrow/include
# setup.py working directory
build
# setup.py dist directory
dist
# Coverage
.coverage
coverage.xml
htmlcov
# Hypothesis test framework
.hypothesis/
# Cache
.cache
# benchmark working dir
.asv
pyarrow/_table_api.h
# manylinux temporary files
manylinux1/arrow
nm_arrow.log
visible_symbols.log
# the purpose of the custom SDist class in setup.py is to include these files
# in the sdist tarball, but we don't want to track duplicates
LICENSE.txt
NOTICE.txt
|