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

update .gitignore

parent a552b08c
No related branches found
No related tags found
2 merge requests!34Version 2.2.0,!13Consolidation with CDI-PIO (develop)
# Autoreconf stage files:
/aclocal.m4
/autom4te.cache
/src/config.h.in~
# Distributed autoreconf stage files:
/aclocal.m4
/config/compile
/config/config.guess
/config/config.sub
......@@ -15,7 +18,6 @@
/m4/ltversion.m4
/m4/lt~obsolete.m4
/src/config.h.in
/src/config.h.in~
Makefile.in
# Configure stage files:
......@@ -33,7 +35,6 @@ Makefile.in
/src/pkgconfig/cdipio.pc
/src/stamp-h1
/tables/gen_tableheaderfile
/tests/*.log
/tests/pio_cksum_asynch
/tests/pio_cksum_cdf
/tests/pio_cksum_fpguard
......@@ -70,8 +71,7 @@ Makefile
*.lo
*.mod
*.o
.libs
/a.out
/*/**/.libs
/app/cdi
/app/createtable
/build
......@@ -81,6 +81,10 @@ Makefile
/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
......@@ -102,19 +106,14 @@ Makefile
/examples/pio/collectData2003
/examples/pio/collectDataNStreams
/examples/pio/compareResourcesArray
/tests/*.log
/tests/calendar_test1
/tests/cksum_read
/tests/cksum_verify
/tests/cksum_write
/tests/cksum_write_chunk
/tests/example.cksum
/tests/example.ext
/tests/example.grb
/tests/example.ieg
/tests/example.nc
/tests/example.nc2
/tests/example.nc4
/tests/example.svc
/tests/example_0.cksum
/tests/example_0.grb
/tests/example_0.grb2
......@@ -130,7 +129,6 @@ Makefile
/tests/pio_write
/tests/pio_write_deco2d
/tests/test_byteswap
/tests/test_cdf_const.d
/tests/test_cdf_read
/tests/test_cdf_write
/tests/test_grib
......
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