Merge pull request #22 from wirc-sjsu/develop-w21
[WRF-SFIRE.git] / external / .gitignore
blob86611601fdcf23be7f39bcb1e139b670b9291e51
1 # This is the top-level .gitignore file for the "external" directory for the #
2 # WRF Model                                                                  #
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 ##############################################################################
14 *.f
16 # Exceptions to top-level .gitignore: many external/ source code files use .f90 extension
17 !*.f90