File: .gitignore

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