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@xxxxxxxxxx> > --- > .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@xxxxxxxxxx>