-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
140 lines (123 loc) · 2.28 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
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
# ICON
#
# ---------------------------------------------------------------
# Copyright (C) 2004-2024, DWD, MPI-M, DKRZ, KIT, ETH, MeteoSwiss
# Contact information: icon-model.org
# See AUTHORS.TXT for a list of authors
# See LICENSES/ for license information
# SPDX-License-Identifier: CC0-1.0
# ---------------------------------------------------------------
# Autoreconf stage files:
/aclocal.m4
/autom4te.cache
/config.h.in~
# Configure stage files:
*.c.d
*.clw.d
*.cu.d
*.f90.d
*.hip.cc.d
.dirstamp
/Makefile
/c_binding.d
/collect.extra-libs
/confdefs.h
/config.cache
/config.cache.externals.*
/config.h
/config.log
/config.status
/depgen.c.config
/depgen.f90.config
/deplist.config
/icon.mk
/inlib.mk
/run/SETUP.config
/run/collect.set-up.info
/run/set-up.info
/config/cscs/**/.spack-env/**
/config/cscs/**/spack.lock
spack-build-*
spack-configure-args.txt
# Build stage files:
*.L
*.a
*.i
*.i90
*.il
*.lst
*.o
*.pp-*.f90
*.xmodstamp
/bin
/include
/lib
/mod
/srclist
/version.c
/xmod
# Dist stage files:
/icon-*.tar.bz2
# Run stage files:
/experiments
/run/*.final_status
/run/*.log
/run/*.run
/run/*_member_id_mixed_*
/run/*_member_id_double_*
!/run/exp.nwptest_R02B06N07.run
/run/*.status
/run/checksuite.nwp/*.run
/run/performance/pp.store_performance_*
/run/tolerance/pp.generate_tolerance_*
# generated by code coverage testing
*.gcda
*.gcno
*.gcov
# Common user-generated files:
/build*/
# Buildbot-generated files:
/scripts/buildbot_scripts/experiment_lists
/scripts/buildbot_scripts/probtest.*
# Intermediate documentation files:
/doc/Namelist_overview.aux
/doc/Namelist_overview.log
/doc/Namelist_overview.out
/doc/Namelist_overview.synctex.gz
/doc/Namelist_overview.toc
# Mac OS files:
*.dSYM
.DS_Store
# VIM files:
.*.swp
Session.vim
tags
# GNU Global files:
GPATH
GRTAGS
GTAGS
# Core dump files:
/core
/core.[0-9]
/core.[0-9][0-9]
/core.[0-9][0-9][0-9]
/core.[0-9][0-9][0-9][0-9]
/core.[0-9][0-9][0-9][0-9][0-9]
/core.[0-9][0-9][0-9][0-9][0-9][0-9]
/core.[0-9][0-9][0-9][0-9][0-9][0-9][0-9]
# Byte-compiled and optimized python files:
*.pyc
*.pyo
__pychache__
# IDE files:
*.settings
.cproject
.history
.idea
.project
.fortls
# tolerance reference generation files:
/run/exp.*member_id*[0-9]
/run/exp.*member_id*[0-9][0-9]
scripts/buildbot_scripts/probtest.json
scripts/buildbot_scripts/probtest.log