diff mbox series

gitignore: Ignore the swupdateclient artifacts

Message ID 20230302021511.97663-1-festevam@gmail.com
State Accepted
Delegated to: Stefano Babic
Headers show
Series gitignore: Ignore the swupdateclient artifacts | expand

Commit Message

Fabio Estevam March 2, 2023, 2:15 a.m. UTC
From: Fabio Estevam <festevam@denx.de>

After building the swupdateclient tool, there are some files
that appear in the git status.

Add these files to the gitignore list.

Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 .gitignore | 7 +++++++
 1 file changed, 7 insertions(+)
diff mbox series

Patch

diff --git a/.gitignore b/.gitignore
index e178b7f..a48877c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -124,3 +124,10 @@  web-app/swupdate-www.tar.gz
 # ci
 !.gitlab-ci.yml
 !.github
+
+# swupdateclient
+Pipfile
+Pipfile.lock
+tools/python/swupdateclient/Pipfile.lock
+tools/python/swupdateclient/build/
+tools/python/swupdateclient/swupdateclient.egg-info/