linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Yordan Karadzhov <y.karadz@gmail.com>
To: "Tzvetomir Stoyanov (VMware)" <tz.stoyanov@gmail.com>
Cc: linux-trace-devel@vger.kernel.org
Subject: Re: [PATCH] trace-cruncher: Add a .gitignore file
Date: Fri, 28 Jan 2022 11:24:58 +0200	[thread overview]
Message-ID: <667199dc-9956-a9ab-2908-2244ace54c87@gmail.com> (raw)
In-Reply-To: <20220128030403.62209-1-tz.stoyanov@gmail.com>



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



      reply	other threads:[~2022-01-28  9:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-28  3:04 [PATCH] trace-cruncher: Add a .gitignore file Tzvetomir Stoyanov (VMware)
2022-01-28  9:24 ` Yordan Karadzhov [this message]

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=667199dc-9956-a9ab-2908-2244ace54c87@gmail.com \
    --to=y.karadz@gmail.com \
    --cc=linux-trace-devel@vger.kernel.org \
    --cc=tz.stoyanov@gmail.com \
    /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 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).