[PATCH]Added .hgignore

Maxim Dounin mdounin at mdounin.ru
Thu Jul 3 09:26:44 UTC 2014


Hello!

On Thu, Jul 03, 2014 at 12:16:25PM +0900, Tatsuhiko Kubo wrote:

> # HG changeset patch
> # User Tatsuhiko Kubo <cubicdaiya at gmail.com>
> # Date 1404357165 -32400
> #      Thu Jul 03 12:12:45 2014 +0900
> # Node ID a173bd6fbccfa0a737ec8e84c56efcb434d3c185
> # Parent  9d3a9c45fc434a059c1429c20d27933df36bb7fc
> Added .hgignore.
> 
> These files are generated when nginx is built.
> 
> diff -r 9d3a9c45fc43 -r a173bd6fbccf .hgignore
> --- /dev/null   Thu Jan 01 00:00:00 1970 +0000
> +++ b/.hgignore Thu Jul 03 12:12:45 2014 +0900
> @@ -0,0 +1,10 @@
> +syntax: glob
> +
> +# files which are generated when nginx is built
> +Makefile
> +objs/autoconf.err
> +objs/nginx
> +objs/nginx.8
> +objs/ngx_auto_config.h
> +objs/ngx_auto_headers.h
> +objs/ngx_modules.c

I would rather no, thanks.

These aren't the only files generated (e.g., obj's directory name 
depends on configure arguments), and the .hgignore file is usually 
placed locally with contents matching particular environment.  
Right now I have something like this in my main working directory:

syntax:glob
objs
objs.msvc8
.hgignore
Makefile
autotest.core
tmp
old/
nginx-*

-- 
Maxim Dounin
http://nginx.org/



More information about the nginx-devel mailing list