[cgmanager-devel] [PATCH] populate .gitignore files with non-repository files

Serge Hallyn serge.hallyn at ubuntu.com
Thu Jan 16 21:03:26 UTC 2014


Quoting S.Çağlar Onur (caglar at 10ur.org):
> Signed-off-by: S.Çağlar Onur <caglar at 10ur.org>

Acked-by: Serge E. Hallyn <serge.hallyn at ubuntu.com>

> ---
>  .gitignore | 39 ++++++++++++++++++++++++++++++++++++++-
>  1 file changed, 38 insertions(+), 1 deletion(-)
> 
> diff --git a/.gitignore b/.gitignore
> index dcf681d..7516901 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -1,3 +1,40 @@
> +*.o
> +*.a
> +*.lo
> +*.la
> +*.so
> +*.sgml
> +*.conf
> +*~
> +*.gz
> +
> +.deps
> +.libs
> +.dirstamp
> +
> +Makefile.in
> +Makefile
> +
> +aclocal.m4
> +autom4te.cache
> +configure
> +config.log
> +config.status
> +config.guess
> +config.h
> +config.h.in
> +config.sub
> +depcomp
> +install-sh
> +libcgmanager.pc
> +libcgmanager.pc.in
> +ltmain.sh
> +missing
> +stamp-h1
> +libtool
> +
> +m4/
> +
>  cgmanager
>  cgmanager-client.c
>  cgmanager-client.h
> @@ -5,6 +42,6 @@ cgproxy
>  chowncgroup
>  getpidcgroup
>  movepid
> -*.o
> +
>  org.linuxcontainers.cgmanager.c
>  org.linuxcontainers.cgmanager.h
> -- 
> 1.8.3.2
> 
> _______________________________________________
> cgmanager-devel mailing list
> cgmanager-devel at lists.linuxcontainers.org
> http://lists.linuxcontainers.org/listinfo/cgmanager-devel


More information about the cgmanager-devel mailing list