Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH] .gitignore: add coverity, patches and special ignore
@ 2020-10-15 15:47 Cyrill Gorcunov
  2020-10-15 15:48 ` Igor Munkin
  0 siblings, 1 reply; 4+ messages in thread
From: Cyrill Gorcunov @ 2020-10-15 15:47 UTC (permalink / raw)
  To: Kirill Yukhin; +Cc: tml, Alexander Turenko

 - coverity stands for coverity scanner results
 - .pc for quilt
 - .git-ignore directory for various things which
   are not supposed to be in repo, just for convenience

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index d5531419d..70784d2b3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,9 @@ _CPack_Packages
 *.gcda
 *.gcov
 patches/
+.git-ignore/
+.pc/
+coverity/
 coverage/
 coverage.info
 *.o
-- 
2.26.2

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Tarantool-patches] [PATCH] .gitignore: add coverity, patches and special ignore
  2020-10-15 15:47 [Tarantool-patches] [PATCH] .gitignore: add coverity, patches and special ignore Cyrill Gorcunov
@ 2020-10-15 15:48 ` Igor Munkin
  2020-10-15 16:09   ` Cyrill Gorcunov
  0 siblings, 1 reply; 4+ messages in thread
From: Igor Munkin @ 2020-10-15 15:48 UTC (permalink / raw)
  To: Cyrill Gorcunov; +Cc: tml, Alexander Turenko

Cyrill,

On 15.10.20, Cyrill Gorcunov wrote:
>  - coverity stands for coverity scanner results
>  - .pc for quilt
>  - .git-ignore directory for various things which
>    are not supposed to be in repo, just for convenience

Does this prevent one from purging untracked files with a <git clean>?

> 
> Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
> ---

<snipped>

> -- 
> 2.26.2
> 

-- 
Best regards,
IM

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Tarantool-patches] [PATCH] .gitignore: add coverity, patches and special ignore
  2020-10-15 15:48 ` Igor Munkin
@ 2020-10-15 16:09   ` Cyrill Gorcunov
  2020-10-15 20:03     ` Igor Munkin
  0 siblings, 1 reply; 4+ messages in thread
From: Cyrill Gorcunov @ 2020-10-15 16:09 UTC (permalink / raw)
  To: Igor Munkin; +Cc: tml, Alexander Turenko

On Thu, Oct 15, 2020 at 06:48:56PM +0300, Igor Munkin wrote:
> Cyrill,
> 
> On 15.10.20, Cyrill Gorcunov wrote:
> >  - coverity stands for coverity scanner results
> >  - .pc for quilt
> >  - .git-ignore directory for various things which
> >    are not supposed to be in repo, just for convenience
> 
> Does this prevent one from purging untracked files with a <git clean>?

yes, git clean -fx wont remove files from .git-ignore directory

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Tarantool-patches] [PATCH] .gitignore: add coverity, patches and special ignore
  2020-10-15 16:09   ` Cyrill Gorcunov
@ 2020-10-15 20:03     ` Igor Munkin
  0 siblings, 0 replies; 4+ messages in thread
From: Igor Munkin @ 2020-10-15 20:03 UTC (permalink / raw)
  To: Cyrill Gorcunov; +Cc: tml, Alexander Turenko

On 15.10.20, Cyrill Gorcunov wrote:
> On Thu, Oct 15, 2020 at 06:48:56PM +0300, Igor Munkin wrote:
> > Cyrill,
> > 
> > On 15.10.20, Cyrill Gorcunov wrote:
> > >  - coverity stands for coverity scanner results
> > >  - .pc for quilt
> > >  - .git-ignore directory for various things which
> > >    are not supposed to be in repo, just for convenience
> > 
> > Does this prevent one from purging untracked files with a <git clean>?
> 
> yes, git clean -fx wont remove files from .git-ignore directory

Neat, thanks a lot!

-- 
Best regards,
IM

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-10-15 20:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-15 15:47 [Tarantool-patches] [PATCH] .gitignore: add coverity, patches and special ignore Cyrill Gorcunov
2020-10-15 15:48 ` Igor Munkin
2020-10-15 16:09   ` Cyrill Gorcunov
2020-10-15 20:03     ` Igor Munkin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox