Skip to content
Snippets Groups Projects
Commit 42d4f24a authored by Sergey Kosukhin's avatar Sergey Kosukhin
Browse files

Update .gitignore.

parent 042d5e27
No related branches found
No related tags found
2 merge requests!34Version 2.2.0,!13Consolidation with CDI-PIO (develop)
......@@ -27,12 +27,9 @@ Makefile.in
/config.lt
/config.status
/libtool
/src/cmake/cdi/cdi-config-version.cmake
/src/cmake/cdi/cdi-config.cmake
/src/cmake/cdi/*.cmake
/src/config.h
/src/pkgconfig/cdi.pc
/src/pkgconfig/cdi_f2003.pc
/src/pkgconfig/cdipio.pc
/src/pkgconfig/*.pc
/src/stamp-h1
/tables/gen_tableheaderfile
/tests/pio_cksum_asynch
......@@ -75,30 +72,11 @@ Makefile
/app/cdi
/app/createtable
/build
/src/cdi.inc
/src/cdiFortran.c
/src/cdipio.inc
/src/cdipioFortran.c
/src/make_fint
/src/mo_cdi.f90
# We do not add the following because that is supposed to be deleted by the
# configure script and we want to notice if it is not the case:
#/.libs
#/a.out
# Documentation stage files:
/doc/cdi_cman.pdf
/doc/cdi_fman.pdf
# Test stage files:
/examples/cdi_append
/examples/cdi_copy
/examples/cdi_read
/examples/cdi_read_f2003
/examples/cdi_write
/examples/cdi_write_const
/examples/cdi_write_ens
/examples/cdi_write_f2003
/examples/cdi_write_hybrid
/examples/cdi_write_local
/examples/cdi_write_relativ
......@@ -106,7 +84,32 @@ Makefile
/examples/pio/collectData2003
/examples/pio/collectDataNStreams
/examples/pio/compareResourcesArray
/src/.fint
/src/cdi.inc
/src/cdiFortran.c
/src/cdipio.inc
/src/cdipioFortran.c
/src/make_fint
/src/make_fint
/src/mo_cdi.f90
# Test stage files:
/examples/**/*.grb
/examples/**/*.grb2
/examples/**/*.nc
/examples/cdi_read_f2003
/examples/cdi_write_const
/examples/cdi_write_f2003
/tests/*.cksum
/tests/*.ext
/tests/*.grb
/tests/*.grb2
/tests/*.ieg
/tests/*.log
/tests/*.nc
/tests/*.nc2
/tests/*.nc4
/tests/*.srv
/tests/*.stderr
/tests/*.stdout
/tests/calendar_test1
......@@ -114,33 +117,10 @@ Makefile
/tests/cksum_verify
/tests/cksum_write
/tests/cksum_write_chunk
/tests/example.cksum
/tests/example.ext
/tests/example.grb
/tests/example.grb2
/tests/example.ieg
/tests/example.nc
/tests/example.nc2
/tests/example.nc4
/tests/example.srv
/tests/example_0.cksum
/tests/example_0.grb
/tests/example_0.grb2
/tests/example_0.nc
/tests/example_0.nc2
/tests/example_0.nc4
/tests/example_1.cksum
/tests/example_1.grb
/tests/example_1.grb2
/tests/example_1.nc
/tests/example_1.nc2
/tests/example_1.nc4
/tests/example_const.nc
/tests/pio_write
/tests/pio_write_deco2d
/tests/test_byteswap
/tests/test_cdf_read
/tests/test_cdf_transformation.nc
/tests/test_cdf_write
/tests/test_grib
/tests/test_month_adjust
......@@ -148,6 +128,10 @@ Makefile
/tests/test_resource_copy_mpi
/tests/test_table
# Documentation stage files:
/doc/cdi_cman.pdf
/doc/cdi_fman.pdf
# Dist stage files:
/cdi-*.tar.gz
/src/cdilib.c
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment