netcdf-c/.gitignore
Dennis Heimbigner 91168e33a0 Fix JSON quoted string processing in libnczarr
re: github issue https://github.com/Unidata/netcdf-c/issues/1982

The problem was that the libnczarr/zsjon.c handling of strings with
embedded double quotes was wrong; a one line fix.
Also added a test case.

Misc. other changes:

1. I Discovered, en passant, that the handling of 64 bit constants
had an error that was fixed.
2. cleanup of the constant conversion code to recurse on arrays of values.
2021-05-06 16:39:44 -06:00

50 lines
665 B
Plaintext

#####
# The following generated files are
# ignored in development branch,
# but should be included in releases.
#####
libsrc/attr.c
libsrc/ncx.c
libsrc/putget.c
ctest.c
ctest64.c
nc_test/test_get.c
nc_test/test_put.c
nc_test/test_read.c
nc_test/test_write.c
dap4_test/findtestserver4.c
dap4_test/pingurl4.c
ncdap_test/findtestserver.c
#####
# End ignored generated files.
#####
### 'Normal' gitignore files.
nug.tag
netcdf-c.tag
autom4te.cache
debug.txt
CTestConfig.cmake
Vagrantfile
build*
html
doxygen*.tmp
\#*.*\#
*.*~
*.o
*.lo
*.la
myhtml
CMakeLists.txt.user
scan-build
.deps
.libs
Makefile
.DS_Store
build-par
build_llvm
.vagrant
Vagrantfile
netcdf-fortran