diff options
author | José Bollo <jose.bollo@iot.bzh> | 2015-11-12 15:50:06 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2015-11-12 16:07:23 +0100 |
commit | bbac3d8b95773bf58d60f8b074c6616ba5cda745 (patch) | |
tree | 6cdb56d550242cad56bc51c2f28750d00787ba02 /.gitignore | |
parent | 079a2e04e348df78300f35b634f76a3f958c1d53 (diff) |
Use of autotools for building
Change-Id: Idf3555872aa49aca67cccb1fb5ef6aa6a9d397d1
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bdc386d --- /dev/null +++ b/.gitignore @@ -0,0 +1,30 @@ +wgtpkg-install +wgtpkg-pack +wgtpkg-sign +*.o + +.deps/ +Makefile +Makefile.in +aclocal.m4 +autom4te.cache/ +config.* +stamp-h1 +configure +depcomp +install-sh +missing + +PACK0/ +TODO +a.pem +b.pem +ca-certificates/ +certs/ +old/ +schemas/ +tests-w3c/ +tests/ +tizen-certificates/ +truc +*.wgt |