Message ID | 20201211135448.17147-3-Quirin.Gylstorff@siemens.com (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | Minor Fixes | expand |
On 11.12.20 14:54, Q. Gylstorff wrote: > From: Quirin Gylstorff <quirin.gylstorff@siemens.com> > > If a project derives from isar-cip-core and needs to patch isar-cip-core > the patching fails after a build as the repository is dirty. Fix by > ignoring the pycache directory. > > Signed-off-by: Quirin Gylstorff <quirin.gylstorff@siemens.com> > --- > .gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/.gitignore b/.gitignore > index 5142933..b73840f 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -2,3 +2,4 @@ build/ > isar/ > kas-docker > kas-container > +__pycache__ > Thanks, applied. Jan
diff --git a/.gitignore b/.gitignore index 5142933..b73840f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ build/ isar/ kas-docker kas-container +__pycache__