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

Update .gitignore.

parent 845dadcf
No related branches found
No related tags found
No related merge requests found
#=================================
# CDO
#=================================
#==== Uncategorized ==============
# Autoreconf stage files:
/aclocal.m4
/autom4te.cache
/config/compile
/config/config.guess
/config/config.sub
/config/depcomp
/config/install-sh
/config/ltmain.sh
/config/missing
/configure
/m4/libtool.m4
/m4/ltoptions.m4
/m4/ltsugar.m4
/m4/ltversion.m4
/m4/lt~obsolete.m4
/src/config.h.in
/src/config.h.in~
Makefile.in
*~
*.dSYM
.dirstamp
stamp-h1
TAGS
tags
# Configure stage files:
.deps
/cdi.settings
/config.log
/config.lt
/config.status
/libtool
/src/config.h
/src/pkgconfig/cdi.pc
/src/pkgconfig/cdi_f2003.pc
/src/pkgconfig/cdipio.pc
/src/stamp-h1
/tables/gen_tableheaderfile
/tests/pio_cksum_asynch
/tests/pio_cksum_cdf
/tests/pio_cksum_fpguard
/tests/pio_cksum_mpi_fw_at_all
/tests/pio_cksum_mpi_fw_at_reblock
/tests/pio_cksum_mpi_fw_ordered
/tests/pio_cksum_mpinonb
/tests/pio_cksum_writer
/tests/pio_write_deco2d_run
/tests/pio_write_run
/tests/test_byteswap_run
/tests/test_cdf_const
/tests/test_cdf_transformation
/tests/test_chunk_cksum
/tests/test_cksum_extra
/tests/test_cksum_grib
/tests/test_cksum_ieg
/tests/test_cksum_nc
/tests/test_cksum_nc2
/tests/test_cksum_nc4
/tests/test_cksum_service
/tests/test_f2003
/tests/test_resource_copy_mpi_run
/tests/test_resource_copy_run
/tests/test_table_run
/util/serialrun
Makefile
#====== Objects and libs =========
# Build stage files:
*.i
*.la
*.lo
*.mod
*.o
*.log
*.trs
*.dSYM
*.pc
*.lt
.deps
.libs
.dirstamp
stamp-h1
config.log
config.status
config.h
libtool
cdi
createtable
mo_cdi.mod
build
#----- libtool files -----
ltmain.sh
libtool.m4
ltoptions.m4
ltsugar.m4
ltversion.m4
lt~obsolete.m4
#----- automake files ----
config/config.guess
config/config.sub
Makefile.in
aclocal.m4
#=================================
*.in
compile
config/config.guess
config/config.sub
config/depcomp
config/install-sh
config/lt*
config/missing
config/mkinstalldirs
configure
m4/ltoptions.m4
m4/ltsugar.m4
m4/lt~obsolete.m4
src/Makefile.in
tests/Makefile.in
autom4te.cache
example.nc
/app/cdi
/app/createtable
/build
# Documentation stage files:
/doc/cdi_cman.pdf
/doc/cdi_fman.pdf
# Test stage files:
/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
/examples/pio/collectData
/examples/pio/collectData2003
/examples/pio/collectDataNStreams
/examples/pio/compareResourcesArray
/tests/cksum_read
/tests/cksum_verify
/tests/cksum_write
/tests/cksum_write_chunk
/tests/example.grb
/tests/example.nc
/tests/example_0.cksum
/tests/example_0.grb
/tests/example_0.nc4
/tests/example_1.cksum
/tests/example_1.grb
/tests/example_1.nc4
/tests/pio_write
/tests/pio_write_deco2d
/tests/test_byteswap
/tests/test_cdf_read
/tests/test_cdf_write
/tests/test_grib
/tests/test_resource_copy
/tests/test_resource_copy_mpi
/tests/test_table
# Dist stage files:
/cdi-*.tar.gz
/src/cdilib.c
# Mac OS files:
*.dSYM
.DS_Store
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