Skip to content

Commit 74000d8

Browse files
committed
Initial import from OpenDNSSEC project
1 parent fe0b59e commit 74000d8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+22513
-0
lines changed

.gitignore

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
# Libraries
88
*.lib
99
*.a
10+
*.lo
11+
*.la
1012

1113
# Shared objects (inc. Windows DLLs)
1214
*.dll
@@ -21,3 +23,32 @@
2123
*.i*86
2224
*.x86_64
2325
*.hex
26+
27+
/.project
28+
/.cproject
29+
Makefile
30+
Makefile.in
31+
.deps/
32+
.libs/
33+
/aclocal.m4
34+
/autom4te.cache/
35+
/src/config.h
36+
/src/config.h.in
37+
/src/config.h.in~
38+
/src/stamp-h1
39+
/config.guess
40+
/config.sub
41+
/config.log
42+
/config.status
43+
/configure
44+
/depcomp
45+
/install-sh
46+
/ltmain.sh
47+
/m4/libtool.m4
48+
/m4/ltoptions.m4
49+
/m4/ltsugar.m4
50+
/m4/ltversion.m4
51+
/m4/lt~obsolete.m4
52+
/missing
53+
compile
54+
libtool

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Jerry Lundström <[email protected]>

COPYING

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
LICENSE

ChangeLog

Whitespace-only changes.

0 commit comments

Comments
 (0)