forked from OPENDAP/netcdf_handler
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
60 lines (51 loc) · 756 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
## directories
.deps
.libs
autom4te.cache
## files
*~
*.o
*.lo
*.Po
*.output
*.tab.cc
*.tab.hh
lex.*.cc
*.la
# Assuming there's a ...pc.in it's built from
*.pc
*.log
*.trs
.dirstamp
Makefile
Makefile.in
conf/compile
conf/config.guess
conf/config.sub
conf/depcomp
conf/install-sh
conf/libtool.m4
conf/ltmain.sh
conf/ltoptions.m4
conf/ltsugar.m4
conf/ltversion.m4
conf/lt~obsolete.m4
conf/missing
conf/test-driver
config.h
config.h.in
config.status
configure
stamp-h?
aclocal.m4
libtool
atconfig
atlocal
nc.conf
## netcdf_handler specific files
bes-testsuite/bes.conf
bes-testsuite/generate_data_baseline.sh
bes-testsuite/generate_metadata_baseline.sh
bes-testsuite/nc4_netcdf_handler_tests
bes-testsuite/netcdf_handlerTest
bes-testsuite/package.m4