-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
62 lines (55 loc) · 856 Bytes
/
.gitignore
File metadata and controls
62 lines (55 loc) · 856 Bytes
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
## 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
# The version_updated file is created and/or modified by the release process
version_updated
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
h4.conf
## hdf4_handler specific files
tests/bes.conf
tests/generate_metadata_baseline.sh
tests/generate_data_baseline.sh
tests/package.m4
tests/bes.with_hdfeos2.conf
tests/hdf4_handlerTest
tests/hdf4_handlerTest.dir/
tests/hdf4_handlerTest.with_hdfeos2