Re: [PATCH 1/1] gitignore: add cscope files to git ignore

2024-03-19 Thread Denis V. Lunev
On 3/19/24 11:02, Martin Kletzander wrote: On Mon, Mar 18, 2024 at 09:35:32PM +0100, Denis V. Lunev wrote: On 3/18/24 15:25, Martin Kletzander wrote: On Mon, Mar 18, 2024 at 02:25:53PM +0100, Pavel Hrdina wrote: On Mon, Mar 18, 2024 at 01:31:27PM +0100, Peter Krempa wrote: On Mon, Mar 18,

Re: [PATCH 1/1] gitignore: add cscope files to git ignore

2024-03-19 Thread Martin Kletzander
On Mon, Mar 18, 2024 at 09:35:32PM +0100, Denis V. Lunev wrote: On 3/18/24 15:25, Martin Kletzander wrote: On Mon, Mar 18, 2024 at 02:25:53PM +0100, Pavel Hrdina wrote: On Mon, Mar 18, 2024 at 01:31:27PM +0100, Peter Krempa wrote: On Mon, Mar 18, 2024 at 13:14:54 +0100, Michal Prívozník

Re: [PATCH 1/1] gitignore: add cscope files to git ignore

2024-03-18 Thread Denis V. Lunev
On 3/18/24 15:25, Martin Kletzander wrote: On Mon, Mar 18, 2024 at 02:25:53PM +0100, Pavel Hrdina wrote: On Mon, Mar 18, 2024 at 01:31:27PM +0100, Peter Krempa wrote: On Mon, Mar 18, 2024 at 13:14:54 +0100, Michal Prívozník wrote: > On 3/18/24 12:45, Denis V. Lunev wrote: > > On 3/18/24 11:42,

Re: [PATCH 1/1] gitignore: add cscope files to git ignore

2024-03-18 Thread Martin Kletzander
On Mon, Mar 18, 2024 at 02:25:53PM +0100, Pavel Hrdina wrote: On Mon, Mar 18, 2024 at 01:31:27PM +0100, Peter Krempa wrote: On Mon, Mar 18, 2024 at 13:14:54 +0100, Michal Prívozník wrote: > On 3/18/24 12:45, Denis V. Lunev wrote: > > On 3/18/24 11:42, Michal Prívozník wrote: > >> On 3/17/24

Re: [PATCH 1/1] gitignore: add cscope files to git ignore

2024-03-18 Thread Pavel Hrdina
On Mon, Mar 18, 2024 at 01:31:27PM +0100, Peter Krempa wrote: > On Mon, Mar 18, 2024 at 13:14:54 +0100, Michal Prívozník wrote: > > On 3/18/24 12:45, Denis V. Lunev wrote: > > > On 3/18/24 11:42, Michal Prívozník wrote: > > >> On 3/17/24 16:00, Denis V. Lunev wrote: > > >>> Signed-off-by: Denis V.

Re: [PATCH 1/1] gitignore: add cscope files to git ignore

2024-03-18 Thread Peter Krempa
On Mon, Mar 18, 2024 at 13:14:54 +0100, Michal Prívozník wrote: > On 3/18/24 12:45, Denis V. Lunev wrote: > > On 3/18/24 11:42, Michal Prívozník wrote: > >> On 3/17/24 16:00, Denis V. Lunev wrote: > >>> Signed-off-by: Denis V. Lunev > >>> --- > >>>   .gitignore | 1 + > >>>   1 file changed, 1

Re: [PATCH 1/1] gitignore: add cscope files to git ignore

2024-03-18 Thread Michal Prívozník
On 3/18/24 12:45, Denis V. Lunev wrote: > On 3/18/24 11:42, Michal Prívozník wrote: >> On 3/17/24 16:00, Denis V. Lunev wrote: >>> Signed-off-by: Denis V. Lunev >>> --- >>>   .gitignore | 1 + >>>   1 file changed, 1 insertion(+) >>> >>> diff --git a/.gitignore b/.gitignore >>> index

Re: [PATCH 1/1] gitignore: add cscope files to git ignore

2024-03-18 Thread Denis V. Lunev
On 3/18/24 11:42, Michal Prívozník wrote: On 3/17/24 16:00, Denis V. Lunev wrote: Signed-off-by: Denis V. Lunev --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4695391342..44a9b446bd 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@

Re: [PATCH 1/1] gitignore: add cscope files to git ignore

2024-03-18 Thread Michal Prívozník
On 3/17/24 16:00, Denis V. Lunev wrote: > Signed-off-by: Denis V. Lunev > --- > .gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/.gitignore b/.gitignore > index 4695391342..44a9b446bd 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -20,6 +20,7 @@ __pycache__/ > /build/ >

[PATCH 1/1] gitignore: add cscope files to git ignore

2024-03-18 Thread Denis V. Lunev
Signed-off-by: Denis V. Lunev --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4695391342..44a9b446bd 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ __pycache__/ /build/ /ci/scratch/ tags +cscope.* # clangd related ignores