Re: [PATCH] Addition of JetBrains project directory to .gitignore

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: [PATCH] Addition of JetBrains project directory to .gitignore
Дата
Msg-id 20191204010611.GA2381@paquier.xyz
обсуждение исходный текст
Ответ на Re: [PATCH] Addition of JetBrains project directory to .gitignore  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Tue, Dec 03, 2019 at 10:07:08AM -0500, Tom Lane wrote:
> As a point of reference, I have
>
> $ cat ~/.gitexclude
> *~
> *.orig
>
> to suppress emacs backup files and patch backup files respectively.
> Somebody who prefers another editor would have no use for *~.

Here are extra entries I use for example:
# Files created by vim for unsaved changes
.*.swp
# Files created by emacs for unsaved changes
.#*
# Temporary files created during compilation
*.o-*
# Tags generated by etags or ctags
TAGS
tags
# Files created by ./configure
conftest.c
conftest.err
confdefs.h
--
Michael

Вложения

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

Предыдущее
От: Andrew Gierth
Дата:
Сообщение: Re: Protocol problem with GSSAPI encryption?
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: fe-utils - share query cancellation code