-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy path.gitignore
More file actions
52 lines (45 loc) · 961 Bytes
/
.gitignore
File metadata and controls
52 lines (45 loc) · 961 Bytes
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
# misc
\.idea
github/*
__pycache__
python
*.pickle
# docs
docs/build/*
github/*
__pycache__
python
# docs
docs/build/*
# build artifacts
build/CMakeFiles
cmake-build-debug
cmake-build-release
build-backend
dist
# spack
._spack-view
.spack-env
spack-view
spack.lock
# tmp geospatial suffixes
*.aux.xml
# examples
examples/gaussian_hill/gaussian_hill
examples/ideal_ridge_low_tol/ideal_ridge_low_tol
examples/CAGEO_figure/CAGEO_figure
examples/flat_stream/flat_stream
examples/granger_high_veg_weight/granger_high_veg_weight
examples/flow_accumulation_granger/flow_accumulation_granger
examples/stream_dem/stream_dem
examples/uniform/uniform
examples/flat/flat
examples/flow_accumulation/flow_accumulation
examples/lloyd/lloyd
examples/ideal_ridge/ideal_ridge
examples/dem_smoothing/dem_smoothing
examples/data/data
examples/granger_veg/granger_veg
examples/granger_low_veg_weight/granger_low_veg_weight
examples/granger/granger
examples/flat_veg/flat_veg