diff mbox series

[isar-cip-core,2/2] add pycache to .gitignore

Message ID 20201211135448.17147-3-Quirin.Gylstorff@siemens.com (mailing list archive)
State Not Applicable
Headers show
Series Minor Fixes | expand

Commit Message

Quirin Gylstorff Dec. 11, 2020, 1:54 p.m. UTC
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(+)

Comments

Jan Kiszka Dec. 14, 2020, 7:45 a.m. UTC | #1
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 mbox series

Patch

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__