Merge remote-tracking branch 'origin/release-v4.5.2'
[WRF.git] / var / .gitignore
blobe82cbc945312ca19e92de46eaecc580b2faf2123
1 # This is the top-level .gitignore file for the "var" directory for the      #
2 # WRF Model, containing the code for WRFDA                                   #
3 #                                                                            #
4 # Filenames and wildcards added below will not be tracked by git anywhere in #
5 # this directory or any of its subdirectories. Note that these rules will be #
6 # supplemented by rules in the top-level .gitignore file                     #
7 #                                                                            #
8 # Ignored file types should include executables, build-time temporary files, #
9 # and other files which should not ever be added to the code repository.     #
10 #                                                                            #
11 # USE CAUTION WHEN ADDING WILDCARDS, as some builds use different filename   #
12 # conventions than others                                                    #
13 ##############################################################################
15 # Ignore rules should be listed here (none yet)
17 # Exceptions to top-level .gitignore: var/ source code files use .f90 extension
18 !*.f90