[uClinux-dev] [PATCH 1/7] add more common files to gitignore

2009-07-06 Thread Mike Frysinger
Signed-off-by: Mike Frysinger --- .gitignore |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 12b560b..92ff5f6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,15 @@ # standard patterns +*.a *.o *~ *.orig *.rej *.patch +.deps + +

Re: [uClinux-dev] [PATCH 1/7] add more common files to gitignore

2009-07-06 Thread David McCullough
Jivin Mike Frysinger lays it down ... > Signed-off-by: Mike Frysinger applied, Thanks, Davidm > --- > .gitignore |6 ++ > 1 files changed, 6 insertions(+), 0 deletions(-) > > diff --git a/.gitignore b/.gitignore > index 12b560b..92ff5f6 100644 > --- a/.gitignore > +++ b/.gitignore >