forked from apache/arrow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
49 lines (41 loc) · 649 Bytes
/
.gitignore
File metadata and controls
49 lines (41 loc) · 649 Bytes
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
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/_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
# plasma store
pyarrow/plasma-store-server