Browse Source

Fix .gitignore for f2py generated files

lon0
Marc Honnorat 7 years ago committed by Bill Ladwig
parent
commit
2c0d666f87
  1. 3
      .gitignore

3
.gitignore vendored

@ -49,6 +49,9 @@ test/ipynb/.ipynb_checkpoints
fortran/omp.f90 fortran/omp.f90
fortran/wrffortran.pyf fortran/wrffortran.pyf
fortran/*.mod fortran/*.mod
fortran/_wrffortranmodule.c
fortran/_wrffortran-f2pywrappers.f
fortran/_wrffortran-f2pywrappers2.f90
build build
.settings .settings
src/wrf_python.egg-info src/wrf_python.egg-info

Loading…
Cancel
Save