-
Notifications
You must be signed in to change notification settings - Fork 25
/
.gitignore
83 lines (77 loc) · 1.46 KB
/
.gitignore
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
.vscode*
.vs
*.swp
dist/*
**/venv
apis/spark/.gradle/*
apis/spark/.project
apis/spark/build/*
apis/spark/out/*
apis/spark/spark.iml
apis/java/.gradle/*
apis/java/.project
apis/java/build/*
apis/java/out/*
core/bin/*
core/obj/*
core/lib/*
core/include/temp
core/src/temp
test/soco
test/inputs/arrays/read_compatibility_test*
Doxyfile.log
doxyfile.inc
doxygen/html/
doxygen/latex/
examples/bin/*
examples/obj/*
scripts/deps-staging/*
.idea
*temp*
*.DS_Store
doc/venv
doc/source/__pycache__
doc/source/_build
doc/source/_sidebar.rst.inc
examples/cmake_project/build
**/site-packages/*
**/bin/*
**/share/*
**/build/*
**/cmake-build-release/*
**/cmake-build-debug/*
**/__pycache__
*.so
*.dylib
# Python distribution / packaging
.eggs
*.egg-info
apis/python/src/tiledbsoma/_version.py
apis/python/src/tiledbsoma/libtiledb.*
apis/python/src/tiledbsoma/libtiledbsoma.so
apis/python/src/tiledbsoma/libtiledbsoma.dylib
# This is called .so on Linux and MacOS both (not .dylib).
# Adding a second rule just in case that ever changes.
apis/python/src/tiledbsoma/pytiledbsoma.*.so
apis/python/src/tiledbsoma/pytiledbsoma.*.dylib
/.quarto/
/NOTES/
## R package tarballs
apis/r/tiledbsoma_*tar.gz
apis/r/local/*
apis/r/src/*.o
apis/r/src/*.so
apis/r/src/include/*
apis/r/src/lib/*
apis/r/src/libtiledbsoma/*
apis/r/src/Makevars
apis/r/src/cmake_log.txt
apis/r/.editorconfig
!apis/r/man/roxygen/*
apis/r/**/local/*
# Coverage/codecov
.coverage
coverage.xml
coverage.info
# Catch-all wildcard
local-*