* [PATCH] trace-cruncher: Add a .gitignore file
@ 2022-01-28 3:04 Tzvetomir Stoyanov (VMware)
2022-01-28 9:24 ` Yordan Karadzhov
0 siblings, 1 reply; 2+ messages in thread
From: Tzvetomir Stoyanov (VMware) @ 2022-01-28 3:04 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 | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/.gitignore b/.gitignore
index e69de29..cf7e532 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1,9 @@
+*.so
+*.a
+.*.d
+*~
+*.pyc
+*.swp
+build/
+tracecruncher.egg-info/
+dist/
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] trace-cruncher: Add a .gitignore file
2022-01-28 3:04 [PATCH] trace-cruncher: Add a .gitignore file Tzvetomir Stoyanov (VMware)
@ 2022-01-28 9:24 ` Yordan Karadzhov
0 siblings, 0 replies; 2+ messages in thread
From: Yordan Karadzhov @ 2022-01-28 9:24 UTC (permalink / raw)
To: Tzvetomir Stoyanov (VMware); +Cc: linux-trace-devel
On 28.01.22 г. 5:04 ч., 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 | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> diff --git a/.gitignore b/.gitignore
> index e69de29..cf7e532 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -0,0 +1,9 @@
> +*.so
> +*.a
> +.*.d
> +*~
> +*.pyc
> +*.swp
> +build/
> +tracecruncher.egg-info/
> +dist/
>
Hi Ceco,
You can add 'src/npdatawrapper.c'.
This is gibberish 'C' file that gets auto-generated by CPython during build.
Thanks!
Yordan
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-01-28 9:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-28 3:04 [PATCH] trace-cruncher: Add a .gitignore file Tzvetomir Stoyanov (VMware)
2022-01-28 9: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).