forked from wrf-model/WRF
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
26 lines (25 loc) · 1023 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
# This is the top-level .gitignore file for the WRF model #
# #
# Filenames and wildcards added below will not be tracked by git in any #
# directory in the repository #
# #
# Ignored file types should include executables, build-time temporary files, #
# and other files which should not ever be added to the code repository. #
# #
# USE CAUTION WHEN ADDING WILDCARDS, as some builds use different filename #
# conventions than others #
##############################################################################
*.exe
*.o
*.mod
*.a
configure.wrf*
*.backup
*.f90
# wrf run directory
run/wrfbdy*
run/wrfinput*
run/wrfout*
run/rsl*
run/namelist.input.backup*
run/*.nc