Update version info for release v4.6.1 (#2122)
[WRF.git] / .gitignore
blob09e62c68a5e811206fef104ae52f894edcbcb8e4
1 ##############################################################################
2 # This is the top-level .gitignore file for the WRF model                    #
3 #                                                                            #
4 # Filenames and wildcards added below will not be tracked by git in any      #
5 # directory in the repository                                                #
6 #                                                                            #
7 # Ignored file types should include executables, build-time temporary files, #
8 # and other files which should not ever be added to the code repository.     #
9 #                                                                            #
10 # USE CAUTION WHEN ADDING WILDCARDS, as some builds use different filename   #
11 # conventions than others                                                    #
12 ##############################################################################
13 *.exe
14 *.o
15 *.mod
16 *.a
17 configure.wrf*
18 *.backup
19 *.f90
21 # Out-of-source build locations
22 _build*
23 wrf_config.cmake
25 # Executables when not featuring .exe suffix
26 ndown
27 real
29 ideal
30 wrf
32 # Model inputs/outputs
33 wrfbdy_d*
34 wrfinput_d*
35 wrfout_d*
36 *.nc
37 rsl.out.*
38 rsl.error.*
39 *.log