From: Stephen Hemminger Date: Mon, 2 Oct 2006 20:13:34 +0000 (-0700) Subject: add objects to .gitignore X-Git-Tag: v2.6.19-061214~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3ba8d2e73565a347c1993ad74a23d57149be513;p=thirdparty%2Fiproute2.git add objects to .gitignore Add .o,.a,.so to .gitignore --- diff --git a/.gitignore b/.gitignore index 7622f67c7..39894ebad 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ Config +*.o +*.a +*.so