forked from PDAL/PDAL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
147 lines (138 loc) · 3.07 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
136
137
138
139
140
141
142
143
144
145
146
147
#
# these are generated by cmake
#
pdal_defines.h
plugins/pgpointcloud/Pgtest-Support.hpp
#
# rst outputs
#
*.pdf
#
# cmake stuff
#
PDALConfig.cmake
PDALConfigVersion.cmake
PDALTargets.cmake
CMakeCache.txt
CMakeFiles/
CPackConfig.cmake
CPackSourceConfig.cmake
cmake_install.cmake
CTestTestfile.cmake
Testing/
test/temp/
apps/pdal-config
apps/pdal.pc
src/CMakeScripts/
apps/CMakeScripts/
CMakeScripts/
_CPack_Packages/
install_manifest.txt
#
# visual studio cruft
#
Debug/
Release/
RelWithDebInfo/
ipch/
*.sln
*.vcxproj
*.vcxproj.filters
*.vcxproj.user
*.csproj.user
*.vcproj.*.user
*.sdf
*.suo
*.opensdf
*.sln.docstates
#
# doxygen cruft
#
doc/doxygen/html
doc/doxygen/xml
#
# test stuff
#
test/temp/*.txt
test/temp/*.las
test/temp/*.laz
test/data/local
#
# OS X stuff
#
.DS_Store
_build
build
Makefile
doc/build
bin/
lib/
test/unit/CMakeScripts/
src/gitsha.cpp
.vagrant/
test/unit/TestConfig.hpp
*.pyc
test/data/bpf/bpf.xml
test/data/bpf/bpf2nitf.xml
test/data/filters/attribute.xml
test/data/filters/chip.xml
test/data/filters/chipper.xml
test/data/filters/colorize-multi.xml
test/data/filters/colorize.xml
test/data/filters/crop_reproject.xml
test/data/filters/crop_wkt.xml
test/data/filters/crop_wkt_2d.xml
test/data/filters/crop_wkt_2d_classification.xml
test/data/filters/decimate.xml
test/data/filters/ferry.xml
test/data/filters/hexbin-info.xml
test/data/filters/hexbin.xml
test/data/filters/merge.xml
test/data/filters/range_classification.xml
test/data/filters/range_z.xml
test/data/filters/range_z_classification.xml
test/data/filters/reproject.xml
test/data/filters/sort.xml
test/data/filters/splitter.xml
test/data/filters/stats.xml
test/data/hole/crop.xml
test/data/icebridge/pipeline.xml
test/data/io/p2g-writer.xml
test/data/io/sqlite-reader.xml
test/data/io/sqlite-writer.xml
test/data/io/text-writer-csv.xml
test/data/io/text-writer-geojson.xml
test/data/io/text-writer-space-delimited.xml
test/data/nitf/chipper.xml
test/data/nitf/conversion.xml
test/data/nitf/las2nitf.xml
test/data/nitf/write_laz.xml
test/data/nitf/write_options.xml
test/data/pipeline/drop_color.xml
test/data/pipeline/pipeline_interpolate.xml
test/data/pipeline/pipeline_metadata_reader.xml
test/data/pipeline/pipeline_metadata_writer.xml
test/data/pipeline/pipeline_mississippi.xml
test/data/pipeline/pipeline_mississippi_reverse.xml
test/data/pipeline/pipeline_multioptions.xml
test/data/pipeline/pipeline_read.xml
test/data/pipeline/pipeline_read_notype.xml
test/data/pipeline/pipeline_readcomments.xml
test/data/pipeline/pipeline_write.xml
test/data/pipeline/pipeline_write2.xml
test/data/pipeline/pipeline_writecomments.xml
test/data/plang/from-module.xml
test/data/plang/predicate-embed.xml
test/data/plang/predicate-keep-ground-and-unclass.xml
test/data/plang/predicate-keep-last-return.xml
test/data/plang/predicate-keep-specified-returns.xml
test/data/plang/programmable-update-y-dims.xml
test/data/qfit/conversion.xml
test/data/qfit/little-endian-conversion.xml
test/data/qfit/pipeline.xml
test/data/qfit/reader.xml
test/data/sbet/pipeline.xml
python/*.egg*
python/build/*
python/pdal/libpdalpython.so
python/pdal/libpdalpython.cpp