diff mbox series

gitignore: add tools/swupdate-ipc

Message ID 20211103092829.400120-1-michael.adler@siemens.com
State Changes Requested
Headers show
Series gitignore: add tools/swupdate-ipc | expand

Commit Message

Michael Adler Nov. 3, 2021, 9:28 a.m. UTC
swupdate-ipc has been introduced in commit 1fe27b94a and now appears in
the untracked files section of `git status`.
To prevent committing this file by accident, I have added it to
gitignore which already contains the other tools.

Signed-off-by: Christian Storm <christian.storm@siemens.com>
Signed-off-by: Michael Adler <michael.adler@siemens.com>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

Comments

Stefano Babic Nov. 3, 2021, 10:05 a.m. UTC | #1
On 03.11.21 10:28, Michael Adler wrote:
> swupdate-ipc has been introduced in commit 1fe27b94a and now appears in
> the untracked files section of `git status`.
> To prevent committing this file by accident, I have added it to
> gitignore which already contains the other tools.
> 
> Signed-off-by: Christian Storm <christian.storm@siemens.com>
> Signed-off-by: Michael Adler <michael.adler@siemens.com>
> ---
>   .gitignore | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/.gitignore b/.gitignore
> index 3b93849..42db464 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -46,6 +46,7 @@ tools/swupdate-progress
>   tools/swupdate-sendtohawkbit
>   tools/swupdate-hawkbitcfg
>   tools/swupdate-sysrestart
> +tools/swupdate-ipc
>   tools/*.map
>   tools/*.out
>   
> 

You're right, I forget to add this, thanks for fixing - but then the old 
one should be removed from gitignore because they do not exist anymore:

	tools/swupdate-sendtohawkbit
	tools/swupdate-hawkbitcfg
	tools/swupdate-sysrestart
	tools/swupdate-gethawkbitstatus

Regards,
Stefano
diff mbox series

Patch

diff --git a/.gitignore b/.gitignore
index 3b93849..42db464 100644
--- a/.gitignore
+++ b/.gitignore
@@ -46,6 +46,7 @@  tools/swupdate-progress
 tools/swupdate-sendtohawkbit
 tools/swupdate-hawkbitcfg
 tools/swupdate-sysrestart
+tools/swupdate-ipc
 tools/*.map
 tools/*.out