[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-devel] [PATCH V2] .gitignore: Add vim swap files



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$"

Ian.


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.