mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-11 16:40:36 +08:00
55 lines
614 B
Plaintext
55 lines
614 B
Plaintext
### The following block of files should be removed
|
|
### from .gitignore when this branch is merged back in to
|
|
### master.
|
|
/Makefile
|
|
Makefile.in
|
|
/aclocal.m4
|
|
/autom4te.cache
|
|
/config.*
|
|
/configure
|
|
/depcomp
|
|
/install-sh
|
|
/libtool
|
|
/ltmain.sh
|
|
/m4/
|
|
/missing
|
|
/stamp-h?
|
|
.deps/
|
|
.dirstamp
|
|
.libs/
|
|
*.l[ao]
|
|
*~
|
|
VERSION
|
|
compile
|
|
comps.txt
|
|
libnetcdf.settings
|
|
nc-config
|
|
netcdf.pc
|
|
test-driver
|
|
|
|
### 'Normal' gitignore files.
|
|
debug.txt
|
|
CTestConfig.cmake
|
|
Vagrantfile
|
|
build*
|
|
html
|
|
doxygen*.tmp
|
|
\#*.*\#
|
|
*.*~
|
|
*.o
|
|
*.lo
|
|
*.la
|
|
myhtml
|
|
CMakeLists.txt.user
|
|
scan-build
|
|
.deps
|
|
.libs
|
|
*.zip
|
|
*.gz
|
|
Makefile
|
|
.DS_Store
|
|
build-par
|
|
build_llvm
|
|
.vagrant
|
|
Vagrantfile
|