-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
102 lines (94 loc) · 1.41 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
# Autoreconf stage files:
/autom4te.cache
/src/config.h.in~
# Configure stage files:
*.c.d
*.f90.d
.dirstamp
/Makefile
/config.log
/config.status
/src/config.h
modules.env
# Build stage files:
*.o
/bin/extpar_alb_to_buffer.py
/bin/extpar_aot_to_buffer.exe
/bin/extpar_consistency_check.exe
/bin/extpar_cru_to_buffer.py
/bin/extpar_emiss_to_buffer.py
/bin/extpar_era_to_buffer.py
/bin/extpar_flake_to_buffer.exe
/bin/extpar_isa_to_buffer.py
/bin/extpar_ahf_to_buffer.py
/bin/extpar_landuse_to_buffer.exe
/bin/extpar_ndvi_to_buffer.py
/bin/extpar_soil_to_buffer.exe
/bin/extpar_topo_to_buffer.exe
/mod/*
/src/info_extpar.f90
# Dist stage files:
/extpar-*.tar.bz2
# Other files:
*#
*~
*.aux
*.toc
*.log
*.exe
*.pyc
.depend*
.fconfig
*.dSYM
test/testsuite/work
*.out
*.nc
libtool-*
zlib-*
libaec-*
hdf5-*
netcdf-*
netcdf_fortran-*
eccodes-*
include
share
work
!bin/gen_info.sh
!bin/sfmakedepend
info_extpar.f90
test/testsuite/bin/extpar_**.py
test/testsuite/bin/gen_info.sh
test/testsuite/bin/sfmakedepend
test/testsuite/transfer.txt
test/testsuite/input-data/*
# Links to netCDF in icon_d2_caching test
!test/testsuite/data/dwd/icon_d2_caching/*.nc
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
parts/
public/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Page deployment
site/