linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] trace-cruncher: Add a .gitignore file
@ 2022-01-28 14:09 Tzvetomir Stoyanov (VMware)
  2022-01-31 11:24 ` Yordan Karadzhov
  0 siblings, 1 reply; 2+ messages in thread
From: Tzvetomir Stoyanov (VMware) @ 2022-01-28 14:09 UTC (permalink / raw)
  To: y.karadz; +Cc: linux-trace-devel

Some files are generated during trace-cruncher compilation,
testing and development process. These files should be ignored by git.

Signed-off-by: Tzvetomir Stoyanov (VMware) <tz.stoyanov@gmail.com>
---
 .gitignore | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/.gitignore b/.gitignore
index e69de29..9fb86e5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1,11 @@
+*.so
+*.a
+.*.d
+*~
+*.pyc
+*.swp
+build/
+tracecruncher.egg-info/
+dist/
+src/npdatawrapper.c
+install_manifest.txt
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2] trace-cruncher: Add a .gitignore file
  2022-01-28 14:09 [PATCH v2] trace-cruncher: Add a .gitignore file Tzvetomir Stoyanov (VMware)
@ 2022-01-31 11:24 ` Yordan Karadzhov
  0 siblings, 0 replies; 2+ messages in thread
From: Yordan Karadzhov @ 2022-01-31 11:24 UTC (permalink / raw)
  To: Tzvetomir Stoyanov (VMware); +Cc: linux-trace-devel

Applied.

Thanks Ceco!
Yordan


On 28.01.22 г. 16:09 ч., Tzvetomir Stoyanov (VMware) wrote:
> Some files are generated during trace-cruncher compilation,
> testing and development process. These files should be ignored by git.
> 
> Signed-off-by: Tzvetomir Stoyanov (VMware) <tz.stoyanov@gmail.com>
> ---
>   .gitignore | 11 +++++++++++
>   1 file changed, 11 insertions(+)
> 
> diff --git a/.gitignore b/.gitignore
> index e69de29..9fb86e5 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -0,0 +1,11 @@
> +*.so
> +*.a
> +.*.d
> +*~
> +*.pyc
> +*.swp
> +build/
> +tracecruncher.egg-info/
> +dist/
> +src/npdatawrapper.c
> +install_manifest.txt

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-31 11:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-28 14:09 [PATCH v2] trace-cruncher: Add a .gitignore file Tzvetomir Stoyanov (VMware)
2022-01-31 11:24 ` Yordan Karadzhov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).