From a3ba8d2e73565a347c1993ad74a23d57149be513 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Mon, 2 Oct 2006 13:13:34 -0700 Subject: [PATCH] add objects to .gitignore Add .o,.a,.so to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 7622f67c..39894eba 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ Config +*.o +*.a +*.so