-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy path.gitignore
More file actions
71 lines (57 loc) · 806 Bytes
/
.gitignore
File metadata and controls
71 lines (57 loc) · 806 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# Do not add ExternalData module staging files
.ExternalData*
# back-up files
*~
*.bak
*.sw*
*#
# Luc's Vim spell files
code-symbols-spell.utf-8.add
code-symbols-spell.utf-8.add.spl
ignore.utf-8.add
ignore.utf-8.add.spl
# Vim tags
tags
# Other EDI files
.vscode
# KWStyle hook output
*.kws
# compiled python files
*.pyc
# Binary directory
BUILD/*
build/*
_build/
# Directory where autosummary files are generated
docs/api
#data
data/Output/*.tif
*.tif
*.nc
*.gtx
# qtcreator
CMakeLists.txt.user*
# kdevelop
*.kdev*
.kdev*
# back-up files when conflicts occur
*.orig
*.save
# S1Tiling byproducts and python packaging
*.log
dask-worker-space
tmp/
public/
.cache/
.config/
*egg-info/
dist/
.gdb_history
report.xml
Pipfile
Pipfile.lock
.coverage
# Experiments & misc
deprecated
DEM_tools
reports