forked from Unidata/netcdf-c
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
66 lines (63 loc) · 824 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
#####
# 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
Makefile.in
aclocal.m4
compile
config.guess
config.h.in
config.sub
configure
depcomp
install-sh
ltmain.sh
m4
missing
test-driver
#####
# End ignored generated files.
#####
### 'Normal' gitignore files.
docs/auth.html
.vscode
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
.idea
Makefile
.DS_Store
build-par
build_llvm
.vagrant
Vagrantfile
netcdf-fortran