Re: Ignore Visual Studio's Temp Files While Working with PG on Windows

Поиск
Список
Период
Сортировка
Искать
От
Peter Eisentraut
Тема
Re: Ignore Visual Studio's Temp Files While Working with PG on Windows
Дата
в 06:34:46
Msg-id
ead644ee-9352-4112-8552-8012d6396ebc@eisentraut.org
Ответ на
Список
Дерево обсуждения
Ignore Visual Studio's Temp Files While Working with PG on Windows Yasir <yasir.hussain.shah@gmail.com>
Re: Ignore Visual Studio's Temp Files While Working with PG on Windows Josef Šimánek <josef.simanek@gmail.com>
Re: Ignore Visual Studio's Temp Files While Working with PG on Windows Yasir <yasir.hussain.shah@gmail.com>
Re: Ignore Visual Studio's Temp Files While Working with PG on Windows Andrew Dunstan <andrew@dunslane.net>
Re: Ignore Visual Studio's Temp Files While Working with PG on Windows Yasir <yasir.hussain.shah@gmail.com>
Re: Ignore Visual Studio's Temp Files While Working with PG on Windows Andrew Dunstan <andrew@dunslane.net>
Re: Ignore Visual Studio's Temp Files While Working with PG on Windows Yasir <yasir.hussain.shah@gmail.com>
Re: Ignore Visual Studio's Temp Files While Working with PG on Windows Tom Lane <tgl@sss.pgh.pa.us>
Re: Ignore Visual Studio's Temp Files While Working with PG on Windows Josef Šimánek <josef.simanek@gmail.com>
Re: Ignore Visual Studio's Temp Files While Working with PG on Windows Tom Lane <tgl@sss.pgh.pa.us>
Re: Ignore Visual Studio's Temp Files While Working with PG on Windows Yasir <yasir.hussain.shah@gmail.com>
Re: Ignore Visual Studio's Temp Files While Working with PG on Windows Josef Šimánek <josef.simanek@gmail.com>
Re: Ignore Visual Studio's Temp Files While Working with PG on Windows Yasir <yasir.hussain.shah@gmail.com>
Re: Ignore Visual Studio's Temp Files While Working with PG on Windows Josef Šimánek <josef.simanek@gmail.com>
Re: Ignore Visual Studio's Temp Files While Working with PG on Windows Yasir <yasir.hussain.shah@gmail.com>
Re: Ignore Visual Studio's Temp Files While Working with PG on Windows Peter Eisentraut <peter@eisentraut.org>
Re: Ignore Visual Studio's Temp Files While Working with PG on Windows Andrew Dunstan <andrew@dunslane.net>
Re: Ignore Visual Studio's Temp Files While Working with PG on Windows Yasir <yasir.hussain.shah@gmail.com>
On 17.05.24 08:09, Yasir wrote:
> I have been playing with PG on the Windows platform recently. An 
> annoying thing I faced is that a lot of Visual Studio's temp files kept 
> appearing in git changed files. Therefore, I am submitting this very 
> trivial patch to ignore these temp files.

Our general recommendation is that you put such things into your 
personal global git ignore file.

For example, I have in ~/.gitconfig

[core]
         excludesFile = ~/.gitexcludes

and then in ~/.gitexcludes I have various ignores that are specific to 
my local tooling.

That way we don't have to maintain ignore lists for all the tools in the 
world in the PostgreSQL source tree.



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