forked from postgis/postgis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
135 lines (135 loc) · 3.38 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
*.a
*.la
.libs
*.lo
postgis_svn_revision.h
aclocal.m4
autom4te.cache/
config.guess
config.log
config.status
config.sub
configure
de9i*.png
doc/html/image_src/generator
doc/html/image_src/Makefile
doc/html/*.html
doc/Makefile
doc/Makefile.comments
doc/po/*/*.xml
doc/po/*/*.po~
doc/po/*/html
doc/po/*/xsl
doc/po/*/*_comments.sql
doc/postgis_aggs_mm.xml
doc/postgis_comments.sql
doc/postgis-out.xml
doc/raster_comments.sql
doc/tiger_geocoder_comments.sql
doc/topology_comments.sql
extensions/Makefile
extensions/postgis/Makefile
extensions/postgis/postgis.control
extensions/postgis/sql/
extensions/postgis/sql_bits/postgis_comments.sql
extensions/postgis/sql_bits/postgis_raster_upgrade_minor.sql
extensions/postgis/sql_bits/postgis.sql
extensions/postgis/sql_bits/postgis_upgrade_minor.sql
extensions/postgis/sql_bits/raster_comments.sql
extensions/postgis/sql_bits/rtpostgis.sql
extensions/postgis/sql_bits/rtpostgis_upgrade_20_minor.sql
extensions/postgis/sql_bits/spatial_ref_sys.sql
extensions/postgis_topology/Makefile
extensions/postgis_topology/postgis_topology.control
extensions/postgis_topology/sql/
extensions/postgis_topology/sql_bits/topology_comments.sql
extensions/postgis_topology/sql_bits/topology.sql
GNUmakefile
java/jdbc/Makefile
java/jdbc/lib/
java/jdbc/target/
liblwgeom/cunit/cu_tester
liblwgeom/cunit/Makefile
liblwgeom/liblwgeom.a
liblwgeom/liblwgeom.h
liblwgeom/Makefile
libtool
loader/cunit/cu_tester
loader/cunit/Makefile
loader/Makefile
loader/pgsql2shp
loader/shp2pgsql
loader/shp2pgsql-gui
ltmain.sh
macros/libtool.m4
macros/lt~obsolete.m4
macros/ltoptions.m4
macros/ltsugar.m4
macros/ltversion.m4
*.o
postgis_config.h
postgis/Makefile
postgis/legacy_minimal.sql
postgis/legacy_minimal.sql.in
postgis/legacy.sql
postgis/legacy.sql.in
postgis/postgis.sql
postgis/postgis.sql.in
postgis/postgis_upgrade_13_to_15.sql
postgis/postgis_upgrade_14_to_15.sql
postgis/postgis_upgrade_15_minor.sql
postgis/postgis_upgrade_20_minor.sql
postgis/postgis_upgrade_20_minor.sql.in
postgis/sqldefines.h
postgis/uninstall_legacy.sql
postgis/uninstall_legacy.sql.in
postgis/uninstall_postgis.sql
raster/loader/Makefile
raster/loader/raster2pgsql
raster/Makefile
raster/raster_config.h
raster/rt_core/Makefile
raster/rt_pg/Makefile
raster/rt_pg/rtpostgis_drop.sql
raster/rt_pg/rtpostgis_drop.sql.in
raster/rt_pg/rtpostgis_legacy.sql
raster/rt_pg/rtpostgis_legacy.sql.in
raster/rt_pg/rtpostgis.sql
raster/rt_pg/rtpostgis.sql.in
raster/rt_pg/rtpostgis_upgrade_20_minor.sql
raster/rt_pg/rtpostgis_upgrade_cleanup.sql
raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in
raster/rt_pg/rtpostgis_upgrade.sql
raster/rt_pg/uninstall_rtpostgis.sql
raster/scripts/Makefile
raster/scripts/python/Makefile
raster/test/core/Makefile
raster/test/core/testapi
raster/test/core/testwkb
raster/test/Makefile
raster/test/regress/Makefile
raster/test/regress/rtpostgis.sql
regress/00-regress-install/
regress/Makefile
regress/postgis.sql
*.so
st_*.png
.svn
topology/Makefile
topology/test/Makefile
topology/test/load_topology-4326.sql
topology/test/load_topology.sql
topology/test/topo_predicates.sql
topology/topology_drop_after.sql
topology/topology_drop_after.sql.in
topology/topology_drop_before.sql
topology/topology_drop_before.sql.in
topology/topology.sql
topology/topology.sql.in
topology/topology_upgrade_20_minor.sql
topology/topology_upgrade.sql
topology/uninstall_topology.sql
libpgcommon/Makefile
libpgcommon/cunit/Makefile
utils/Makefile
utils/postgis_restore.pl