
pablo at netfilter
May 26, 2012, 1:19 PM
Post #1 of 1
(245 views)
Permalink
|
|
Re: [PATCH 2/2] Update .gitignore
|
|
Applied, thanks Jan. On Sat, May 26, 2012 at 09:02:35PM +0200, Jan Engelhardt wrote: > --- > .gitignore | 1 + > src/.gitignore | 1 + > 2 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/.gitignore b/.gitignore > index 928e44b..f7a5fc7 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -1,5 +1,6 @@ > .deps/ > .libs/ > +.dirstamp > Makefile > Makefile.in > *.o > diff --git a/src/.gitignore b/src/.gitignore > index 6e6763d..55a0d27 100644 > --- a/src/.gitignore > +++ b/src/.gitignore > @@ -1,5 +1,6 @@ > /conntrack > /conntrackd > +/nfct > > /read_config_lex.c > /read_config_yy.c > -- > 1.7.7 >
|