[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH V2] .gitignore: Add vim swap files
On Fri, 2013-05-10 at 14:04 +0100, Ian Campbell wrote: > On Thu, 2013-05-09 at 17:17 +0100, Julien Grall wrote: > > Signed-off-by: Julien Grall <julien.grall@xxxxxxxxxx> > > > > Changes in v2: > > - update .hgignore > > --- > > .gitignore | 1 + > > .hgignore | 1 + > > 2 files changed, 2 insertions(+) > > > > diff --git a/.gitignore b/.gitignore > > index 6753368..960c29e 100644 > > --- a/.gitignore > > +++ b/.gitignore > > @@ -2,6 +2,7 @@ > > *.orig > > *.rej > > *~ > > +*.swp > > *.o > > *.d > > *.opic > > diff --git a/.hgignore b/.hgignore > > index 6b432f7..4bd24fc 100644 > > --- a/.hgignore > > +++ b/.hgignore > > @@ -11,6 +11,7 @@ > > .*\.tar\.bz2$ > > .*\.tar\.gz$ > > .*~$ > > +.swp$ > > hgignore is a regex, so I think this should be ".*\.swp$" Actually, I'll just make this change when I apply... _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |