mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-16 12:53:17 +00:00
git ignore, autotools version
This commit is contained in:
parent
469edfa1b6
commit
96ac283dbf
26
.gitignore
vendored
26
.gitignore
vendored
|
@ -1,5 +1,27 @@
|
||||||
/bin/
|
|
||||||
*.o
|
*.o
|
||||||
|
.deps/
|
||||||
|
.dirstamp
|
||||||
|
/aclocal.m4
|
||||||
|
/autom4te.cache/
|
||||||
|
/autotools/
|
||||||
|
/compile
|
||||||
|
/config.h
|
||||||
|
/config.h.in
|
||||||
|
/config.log
|
||||||
|
/config.status
|
||||||
|
/configure
|
||||||
|
/depcomp
|
||||||
|
/install-sh
|
||||||
|
/iodine
|
||||||
|
/iodined
|
||||||
|
/missing
|
||||||
/src/base64u.c
|
/src/base64u.c
|
||||||
/src/base64u.h
|
/src/base64u.h
|
||||||
/tests/test
|
/stamp-h1
|
||||||
|
/test-driver
|
||||||
|
/test-iodine
|
||||||
|
/test-iodine.log
|
||||||
|
/test-iodine.trs
|
||||||
|
/test-suite.log
|
||||||
|
Makefile
|
||||||
|
Makefile.in
|
||||||
|
|
Loading…
Reference in a new issue