File: .gitignore

package info (click to toggle)
pdal 1.8.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 203,324 kB
  • sloc: cpp: 501,008; sh: 11,840; python: 3,263; xml: 2,389; makefile: 603; sql: 26; perl: 19
file content (176 lines) | stat: -rw-r--r-- 3,439 bytes parent folder | download
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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
#
# 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-config.bat
apps/pdal.pc
src/CMakeScripts/
apps/CMakeScripts/
CMakeScripts/
_CPack_Packages/
install_manifest.txt

#
# visual studio cruft
#
/.vs*
Debug/
Release/
RelWithDebInfo/
ipch/
CMakeSettings.json
*.sln
*.vcxproj
*.vcxproj.filters
*.vcxproj.user
*.csproj.user
*.vcproj.*.user
*.sdf
*.suo
*.opensdf
*.sln.docstates
*.ilk
*.exe
*.lib
*.pdb
*.exp
*.dll
*.manifest

#
# intellij, clion
#
.idea
*.iml

#
# Vim backup
#
*.*~

#
# 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*
/examples/build*
/*local*.bat
/*local*.sh
Makefile
doc/build
bin/
lib/
test/unit/CMakeScripts/
pdal/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/dist/*
python/pdal/libpdalpython*
python/pdal/libpdalpython*
test/data/*.json
test/data/pipeline/*.json
test/data/filters/*.json
test/data/plang/*.json