forked from earth-system-radiation/rte-rrtmgp
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitignore
executable file
·52 lines (42 loc) · 931 Bytes
/
.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
# Module files
*.mod
# Libraries
*.a
# Object files
*.o
# Intel vectorization reports
*.optrpt
timing.*
examples/ckdmip/
examples/garand/
examples/rfmip-clear-sky/input/
examples/rfmip-clear-sky/old/
examples/rfmip-clear-sky/timings/
examples/rfmip-clear-sky/rrtmgp_rfmip_lw
examples/rfmip-clear-sky/rrtmgp_rfmip_sw
examples/rfmip-clear-sky/timing*
examples/rfmip-clear-sky/*.pgprof
examples/rfmip-clear-sky/*.qdrep
examples/rfmip-clear-sky/stop_on_err__genmod.f90
examples/rrtmgp-nn-training/__pycache__/
examples/rrtmgp-nn-training/rrtmgp_lw_gendata_rfmipstyle
examples/rrtmgp-nn-training/rrtmgp_sw_gendata_rfmipstyle
examples/all-sky/ref
examples/all-sky/rrtmgp-allsky.nc
*.pgprof
*.gprof
gprof*
*.out
# Don't commit specific Makefile variants
Makefile.libs
Makefile.conf
# Intel code coverage
*.dyn
*.dpi
*.spi
*.spl
*.HTML
*.html
*.gif
#Neural network Keras model weight files (not read by program)
neural/data/*.h5