Re: .gitignore for some of cygwin files

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: .gitignore for some of cygwin files
Дата
Msg-id 1307638210-sup-1765@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: .gitignore for some of cygwin files  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: .gitignore for some of cygwin files
Список pgsql-hackers
Excerpts from Tom Lane's message of jue jun 09 09:42:02 -0400 2011:
> Radosław Smogura <rsmogura@softperience.eu> writes:
> >  On Thu, 9 Jun 2011 14:12:59 +0200, Magnus Hagander wrote:
> >> What's "nbproject"?
> 
> >  Just configuration from some editor. It looks like any move in project 
> >  creates this entry in .gitignore
> 
> If you've got random third-party tools that clutter the source tree, you
> should use a personal .gitignore file to ignore them.  We already
> established the principle that emacs backup files have to be ignored on
> a personal level, and I don't see why we'd do it differently for Windows
> tools.

I agree with that, though the *dll.def files are ours and probably
deserve a global .gitignore entry.

As for executables, I think the local .gitignore files in each subdir
should be tweaked so that they catch the .exe extension, so
src/backend/.gitignore which currently includes /postgres should also
have /postgres.exe, and so on.

-- 
Álvaro Herrera <alvherre@commandprompt.com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Kohei KaiGai
Дата:
Сообщение: Re: [v9.1] sepgsql - userspace access vector cache
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: Fw: [BUGS] BUG #6011: Some extra messages are output in the event log at PostgreSQL startup