From e22de8f4a4ccdd71d2069a7c5e4a3b1c0f545747 Mon Sep 17 00:00:00 2001 From: Bill Ladwig Date: Fri, 15 Dec 2017 16:07:19 -0700 Subject: [PATCH] Updated ignore file to ignore the pyf and default omp.f90 files, along with other junk --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 868dff8..042b9bd 100644 --- a/.gitignore +++ b/.gitignore @@ -46,4 +46,10 @@ doc/build doc/source/internal_api/generated doc/source/user_api/generated test/ipynb/.ipynb_checkpoints +fortran/omp.f90 +fortran/wrffortran.pyf +fortran/*.mod +build +.settings +src/wrf_python.egg-info