# This is the top-level .gitignore file for the "external" directory for the #
# WRF Model                                                                  #
#                                                                            #
# Filenames and wildcards added below will not be tracked by git anywhere in #
# this directory or any of its subdirectories. Note that these rules will be #
# supplemented by rules in the top-level .gitignore file                     #
#                                                                            #
# 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                                                    #
##############################################################################
*.f

# Exceptions to top-level .gitignore: many external/ source code files use .f90 extension
!*.f90
