Skip to content

Commit 4cc7c37

Browse files
committed
Replaced generated files with a bootstrap script. Now requires Autotools.
1 parent 135629f commit 4cc7c37

File tree

6 files changed

+28
-7985
lines changed

6 files changed

+28
-7985
lines changed

.gitignore

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# generic
2+
*.[ao]
3+
*~
4+
5+
# autotools
6+
autom4te.cache
7+
aclocal.m4
8+
configure
9+
config.h.in
10+
Makefile.in
11+
compile
12+
.deps
13+
Makefile
14+
config.h
15+
config.log
16+
config.status
17+
stamp-h1
18+
19+
# binary
20+
hdrecover

0 commit comments

Comments
 (0)