forked from TileDB-Inc/TileDB-VCF
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
52 lines (51 loc) · 820 Bytes
/
.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
.vscode*
*.swp
dist/*
libtiledbvcf/cmake-build-*/*
libtiledbvcf/build/*
apis/spark/.gradle/*
apis/spark/.project
apis/spark/build/*
apis/spark/out/*
apis/spark/spark.iml
apis/spark3/.gradle/*
apis/spark3/.project
apis/spark3/build/*
apis/spark3/out/*
apis/spark3/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
coverage.info
test/obj/*
test/bin/*
test/tiledb_test/*
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
*.egg-info
**/__pycache__
*.so
*.dylib
### Gradle ###
.gradle
/build/