Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libcdi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mpim-sw
libcdi
Commits
6bfc64be
Commit
6bfc64be
authored
5 years ago
by
Sergey Kosukhin
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitignore.
parent
845dadcf
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitignore
+115
-57
115 additions, 57 deletions
.gitignore
with
115 additions
and
57 deletions
.gitignore
+
115
−
57
View file @
6bfc64be
#=================================
# 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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment