From: Ian Jackson Date: Mon, 5 May 2014 16:14:47 +0000 (+0100) Subject: .gitignore: Add *.o *.so *.a and *~ X-Git-Tag: adns-1.5.0-rc0~112 X-Git-Url: https://git.distorted.org.uk/~mdw/adns/commitdiff_plain/960c132083e09a68b2de545cca87357b43732105 .gitignore: Add *.o *.so *.a and *~ Signed-off-by: Ian Jackson --- diff --git a/.gitignore b/.gitignore index 439a8fd..f461fb9 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,7 @@ dist_tmp adns-*.tar.gz settings.make *.tmp* +*.o +*.so +*.a +*~