linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] rt-tests: Add __pycache__/ to .gitignore
@ 2023-08-08 21:16 Eder Zulian
  2023-08-09 18:54 ` John Kacur
  0 siblings, 1 reply; 2+ messages in thread
From: Eder Zulian @ 2023-08-08 21:16 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

Add __pycache__/ to .gitignore so that it will be ignored by git.

Signed-off-by: Eder Zulian <ezulian@redhat.com>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 61fb49c..7fef7de 100644
--- a/.gitignore
+++ b/.gitignore
@@ -47,3 +47,4 @@ tags
 TAGS
 cscope.*
 src/cyclictest/__pycache__/
+__pycache__/
-- 
2.39.3


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

* Re: [PATCH] rt-tests: Add __pycache__/ to .gitignore
  2023-08-08 21:16 [PATCH] rt-tests: Add __pycache__/ to .gitignore Eder Zulian
@ 2023-08-09 18:54 ` John Kacur
  0 siblings, 0 replies; 2+ messages in thread
From: John Kacur @ 2023-08-09 18:54 UTC (permalink / raw)
  To: Eder Zulian; +Cc: linux-rt-users, williams



On Tue, 8 Aug 2023, Eder Zulian wrote:

> Add __pycache__/ to .gitignore so that it will be ignored by git.
> 
> Signed-off-by: Eder Zulian <ezulian@redhat.com>
> ---
>  .gitignore | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/.gitignore b/.gitignore
> index 61fb49c..7fef7de 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -47,3 +47,4 @@ tags
>  TAGS
>  cscope.*
>  src/cyclictest/__pycache__/
> +__pycache__/
> -- 
> 2.39.3
> 
> 
Signed-off-by: John Kacur <jkacur@redhat.com>


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

end of thread, other threads:[~2023-08-09 18:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-08 21:16 [PATCH] rt-tests: Add __pycache__/ to .gitignore Eder Zulian
2023-08-09 18:54 ` John Kacur

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).