Ignore generated files

This commit is contained in:
Shahram Najm 2015-01-30 11:08:50 +00:00
parent aad2fe1bbe
commit f80b0f735c
1 changed files with 6 additions and 0 deletions

6
.gitignore vendored
View File

@ -9,6 +9,10 @@ config.h.in
lex.yy.c lex.yy.c
stamp-h1 stamp-h1
src/config.h src/config.h
src/grib_api.h.new
src/grib_api_constants.h.new
src/grib_errors.c.new
src/grib_errors.h.new
autom4te.cache/ autom4te.cache/
config.log config.log
config.status config.status
@ -23,6 +27,7 @@ rpms/grib_api_f90.pc
aclocal.m4 aclocal.m4
src/config.h.in~ src/config.h.in~
python/gribapi.pyc python/gribapi.pyc
python/eccodes.pyc
python/gribapi_swig.pyc python/gribapi_swig.pyc
# Generated stuff from builds # Generated stuff from builds
@ -210,6 +215,7 @@ examples/C/ensemble_index
examples/C/clone examples/C/clone
examples/C/iterator_bitmap examples/C/iterator_bitmap
examples/C/new_sample examples/C/new_sample
examples/F90/f_bufr_read_header
examples/F90/f_clone examples/F90/f_clone
examples/F90/f_copy_message examples/F90/f_copy_message
examples/F90/f_copy_namespace examples/F90/f_copy_namespace