-
Notifications
You must be signed in to change notification settings - Fork 41
/
.gitignore
91 lines (84 loc) · 1.56 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
84
85
86
87
88
89
90
91
*.egg-info
*.py?
/data
/venv
/pip-wheel-metadata
vendor/apsw/**
!vendor/apsw/Makefile
vendor/curl/**
!vendor/curl/Makefile
vendor/gdal/**
!vendor/gdal/Makefile
vendor/geos/**
!vendor/geos/Makefile
vendor/git/**
!vendor/git/Makefile
vendor/jsonc/**
!vendor/jsonc/Makefile
vendor/libgit2/**
!vendor/libgit2/Makefile
vendor/libpq/**
!vendor/libpq/Makefile
vendor/proj/**
!vendor/proj/Makefile
vendor/psycopg2/**
!vendor/psycopg2/Makefile
vendor/pygit2/**
!vendor/pygit2/Makefile
vendor/pyodbc/**
!vendor/pyodbc/Makefile
vendor/pysqlite3/**
!vendor/pysqlite3/Makefile
vendor/spatialindex/**
!vendor/spatialindex/Makefile
vendor/spatialite/**
!vendor/spatialite/Makefile
vendor/sqlite/**
!vendor/sqlite/Makefile
!vendor/sqlite/version.mk
vendor/unixodbc/**
!vendor/unixodbc/Makefile
vendor/.ccache/
vendor/env/
vendor/wheelhouse/
vendor/dist/
vendor/build/
vendor/Brewfile.lock.json
/platforms/*/build/
/platforms/*/dist/
/platforms/linux/.cache/
/platforms/linux/.docker-*
/platforms/linux/sqlite3
/tests/data/*/
/tests/data/*.zip
!/tests/data/conflicts
!/tests/data/patches
!/tests/data/point-cloud/
!/tests/data/raster/
!/tests/data/shapefiles/
!/tests/data/upgrade
/tests/data/conflicts/*/
/tests/data/point-cloud/*/
/tests/data/raster/*/
/tests/data/shapefiles/*/
/tests/data/upgrade/v0/*/
/tests/data/upgrade/v1/*/
/tests/data/upgrade/v2.kart/*/
/tests/data/upgrade/v2.sno/*/
/coverage
pytest.xml
.coverage*
/.pytest*
/test-results/
/dist
docs/_build/
*.code-workspace
.vscode/
.idea/
CMakeUserPresets.json
build*/
*.p12
kart/_env.py
cli_helper/*.c.o
cli_helper/kart_cli_helper
*.DS_Store