All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Quirin Gylstorff" <quirin.gylstorff@siemens.com>
To: cip-dev@lists.cip-project.org, Jan.Kiszka@siemens.com
Cc: Quirin Gylstorff <quirin.gylstorff@siemens.com>
Subject: [cip-dev][isar-cip-core][PATCH 2/2] add pycache to .gitignore
Date: Fri, 11 Dec 2020 14:54:48 +0100	[thread overview]
Message-ID: <20201211135448.17147-3-Quirin.Gylstorff@siemens.com> (raw)
In-Reply-To: <20201211135448.17147-1-Quirin.Gylstorff@siemens.com>

[-- Attachment #1: Type: text/plain, Size: 530 bytes --]

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__
-- 
2.20.1


[-- Attachment #2: Type: text/plain, Size: 420 bytes --]


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#5951): https://lists.cip-project.org/g/cip-dev/message/5951
Mute This Topic: https://lists.cip-project.org/mt/78879162/4520388
Group Owner: cip-dev+owner@lists.cip-project.org
Unsubscribe: https://lists.cip-project.org/g/cip-dev/leave/8129055/727948398/xyzzy [cip-dev@archiver.kernel.org]
-=-=-=-=-=-=-=-=-=-=-=-


  parent reply	other threads:[~2020-12-11 13:54 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-11 13:54 [cip-dev][isar-cip-core][PATCH 0/2] Minor Fixes Quirin Gylstorff
2020-12-11 13:54 ` [cip-dev][isar-cip-core][PATCH 1/2] initramfs-config: use correct syntax for FILESPATH Quirin Gylstorff
2020-12-14  7:43   ` Jan Kiszka
2020-12-14  9:22     ` [cip-dev][isar-cip-core][PATCH v2] " Quirin Gylstorff
2020-12-14  9:24       ` Jan Kiszka
2020-12-14  9:45         ` [cip-dev][isar-cip-core][PATCH v3] initramfs-config: remove FILESPATH Quirin Gylstorff
2020-12-14  9:46           ` Jan Kiszka
2020-12-11 13:54 ` Quirin Gylstorff [this message]
2020-12-14  7:45   ` [cip-dev][isar-cip-core][PATCH 2/2] add pycache to .gitignore Jan Kiszka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201211135448.17147-3-Quirin.Gylstorff@siemens.com \
    --to=quirin.gylstorff@siemens.com \
    --cc=Jan.Kiszka@siemens.com \
    --cc=cip-dev@lists.cip-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.