From: Guus Sliepen Date: Sat, 13 Sep 2014 14:22:10 +0000 (+0200) Subject: Update .gitignore files. X-Git-Url: http://git.meshlink.io/?p=meshlink;a=commitdiff_plain;h=cfb5273b8e1e5ab7dadb1e05ed7294fcb394e5e8 Update .gitignore files. --- diff --git a/.gitignore b/.gitignore index 185df522..36010ddd 100644 --- a/.gitignore +++ b/.gitignore @@ -4,16 +4,24 @@ Makefile.in *.a *.lo *.la +*.orig +*~ +.* +!.gitignore +core +core.* /config.* -/src/tincd /autom4te.cache /aclocal.m4 +/aminclude.am /compile /configure /depcomp /install-sh /missing -INSTALL -.deps -stamp-h1 -/src/device.c +/libtool +/ltmain.sh +/py-compile +/test-driver +/stamp-h1 +/INSTALL diff --git a/doc/.gitignore b/doc/.gitignore new file mode 100644 index 00000000..1af3cfd5 --- /dev/null +++ b/doc/.gitignore @@ -0,0 +1,6 @@ +html/ +latex/ +man/ +include.texi +*.info +*.tex diff --git a/examples/.gitignore b/examples/.gitignore index 24600083..a1f84221 100644 --- a/examples/.gitignore +++ b/examples/.gitignore @@ -1 +1,6 @@ -!Makefile +*/ +channels +chat +chatpp +manynodes +meshlinkapp diff --git a/m4/.gitignore b/m4/.gitignore new file mode 100644 index 00000000..94e6f26a --- /dev/null +++ b/m4/.gitignore @@ -0,0 +1,5 @@ +/libtool.m4 +/ltoptions.m4 +/ltsugar.m4 +/ltversion.m4 +/lt~obsolete.m4 diff --git a/src/.gitignore b/src/.gitignore new file mode 100644 index 00000000..c58c69b5 --- /dev/null +++ b/src/.gitignore @@ -0,0 +1,3 @@ +sptps_keypair +sptps_speed +sptps_test diff --git a/test/.gitignore b/test/.gitignore new file mode 100644 index 00000000..355164c1 --- /dev/null +++ b/test/.gitignore @@ -0,0 +1 @@ +*/