[SR-Dev] git:test: added .gitignore

Andrei Pelinescu-Onciul andrei at iptel.org
Sun Nov 16 18:59:00 CET 2008


commit email tests (please ignore everything starting with 
 git:test: , the sip-router messages will contain git:sip-router)

Andrei

On Nov 16, 2008 at 18:55, Andrei Pelinescu-Onciul <andrei at iptel.org> wrote:
> Module: test
> Branch: master
> Commit: 078dc10293224d69cf567c42d7471ce09f8989aa
> URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/test/?a=commit;h=078dc10293224d69cf567c42d7471ce09f8989aa
> 
> Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
> Committer: Andrei Pelinescu-Onciul <andrei at iptel.org>
> Date:   Sun Nov 16 18:57:14 2008 +0100
> 
> added .gitignore
> 
> - patterns for all the files that git should ignore
>   (from *.o, *.d to config.mak, modules.lst  a.s.o)
> 
> ---
> 
>  .gitignore |   28 ++++++++++++++++++++++++++++
>  1 files changed, 28 insertions(+), 0 deletions(-)
> 
> diff --git a/.gitignore b/.gitignore
> new file mode 100644
> index 0000000..1a32c7e
> --- /dev/null
> +++ b/.gitignore
> @@ -0,0 +1,28 @@
> +# ignore autogenerated files
> +cfg.tab.c
> +cfg.tab.h
> +lex.yy.c
> +librpath.lst
> +makecfg.lst
> +config.mak
> +modules.lst
> +# ignore dependency files
> +*.d
> +# ignore binary files and objects
> +ser
> +*.so
> +*.so.*
> +*.o
> +# archives
> +*.tar.gz
> +*.deb
> +*.rpm
> +# tags
> +tags
> +TAGS
> +# vi swaps
> +.*.swp
> +# various other binaries
> +test/udp_flood
> +utils/gen_ha1/gen_ha1
> +utils/sercmd/sercmd
> 
> 
> _______________________________________________
> sr-dev mailing list
> sr-dev at lists.sip-router.org
> http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev



More information about the sr-dev mailing list