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
92f6759c
Commit
92f6759c
authored
3 years ago
by
Sergey Kosukhin
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitignore.
parent
d9acb939
No related branches found
No related tags found
2 merge requests
!11
Consolidation with CDI-PIO (1.8.x)
,
!8
Consolidation with CDI-PIO (1.8.x)
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitignore
+26
-40
26 additions, 40 deletions
.gitignore
with
26 additions
and
40 deletions
.gitignore
+
26
−
40
View file @
92f6759c
...
@@ -28,11 +28,8 @@ Makefile.in
...
@@ -28,11 +28,8 @@ Makefile.in
/config.status
/config.status
/libtool
/libtool
/src/config.h
/src/config.h
/src/pkgconfig/cdi.pc
/src/pkgconfig/*.pc
/src/pkgconfig/cdi_f2003.pc
/src/pkgconfig/cdipio.pc
/src/stamp-h1
/src/stamp-h1
/tables/gen_tableheaderfile
/tests/pio_cksum_asynch
/tests/pio_cksum_asynch
/tests/pio_cksum_cdf
/tests/pio_cksum_cdf
/tests/pio_cksum_fpguard
/tests/pio_cksum_fpguard
...
@@ -69,16 +66,6 @@ Makefile
...
@@ -69,16 +66,6 @@ Makefile
/*/**/.libs
/*/**/.libs
/app/cdi
/app/cdi
/app/createtable
/app/createtable
# 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_copy
/examples/cdi_copy
/examples/cdi_read
/examples/cdi_read
/examples/cdi_read_f2003
/examples/cdi_read_f2003
...
@@ -91,47 +78,46 @@ Makefile
...
@@ -91,47 +78,46 @@ Makefile
/examples/pio/collectData2003
/examples/pio/collectData2003
/examples/pio/collectDataNStreams
/examples/pio/collectDataNStreams
/examples/pio/compareResourcesArray
/examples/pio/compareResourcesArray
/tests/*.log
/tests/*.stderr
/tests/*.stdout
/tests/calendar_test1
/tests/calendar_test1
/tests/cksum_read
/tests/cksum_read
/tests/cksum_verify
/tests/cksum_verify
/tests/cksum_write
/tests/cksum_write
/tests/cksum_write_chunk
/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.svc
/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
/tests/pio_write_deco2d
/tests/pio_write_deco2d
/tests/test_byteswap
/tests/test_byteswap
/tests/test_cdf_read
/tests/test_cdf_read
/tests/test_cdf_transformation.nc
/tests/test_cdf_write
/tests/test_cdf_write
/tests/test_grib
/tests/test_grib
/tests/test_month_adjust
/tests/test_month_adjust
/tests/test_resource_copy
/tests/test_resource_copy
/tests/test_resource_copy_mpi
/tests/test_resource_copy_mpi
/tests/test_table
/tests/test_table
# 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/**/*.grb
/examples/**/*.grb2
/examples/**/*.nc
/tests/*.cksum
/tests/*.ext
/tests/*.grb
/tests/*.grb2
/tests/*.ieg
/tests/*.log
/tests/*.nc
/tests/*.nc2
/tests/*.nc4
/tests/*.stderr
/tests/*.stdout
/tests/*.svc
# Dist stage files:
# Dist stage files:
/cdi-*.tar.gz
/cdi-*.tar.gz
...
...
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