Обсуждение: Ignore automatically-generated files in source code with .gitignore

Поиск
Список
Период
Сортировка

Ignore automatically-generated files in source code with .gitignore

От
Michael Paquier
Дата:
Hi all,

A lot of files are automatically generated when invocating autoreconf
and configure (config/*, Makefile.in, etc.) to set up a build for
ODBC. As ODBC has been moved to git, I think that it would be better
add a .gitignore file at the root folder of code tree to ignore all
the files that are automatically generated. This is useful to prevent
accidental commit of files that are not wanted in the remote
repository. Please find attached a simple patch adding that.

Regards,
--
Michael

Вложения

Re: Ignore automatically-generated files in source code with .gitignore

От
Hiroshi Inoue
Дата:
Hi Michael,

(2013/07/08 13:06), Michael Paquier wrote:
> Hi all,
>
> A lot of files are automatically generated when invocating autoreconf
> and configure (config/*, Makefile.in, etc.) to set up a build for
> ODBC. As ODBC has been moved to git, I think that it would be better
> add a .gitignore file at the root folder of code tree to ignore all
> the files that are automatically generated. This is useful to prevent
> accidental commit of files that are not wanted in the remote
> repository. Please find attached a simple patch adding that.

I pushed your change to git together with VC build tools related
or WIX tools related entries.
Thanks.

regards,
Hiroshi Inoue


Re: Ignore automatically-generated files in source code with .gitignore

От
Michael Paquier
Дата:
On Wed, Jul 10, 2013 at 11:47 PM, Hiroshi Inoue <inoue@tpf.co.jp> wrote:
> I pushed your change to git together with VC build tools related
> or WIX tools related entries.
> Thanks.
Thanks a lot.
--
Michael