diff mbox series

trace-cruncher: Add a .gitignore file

Message ID 20220128030403.62209-1-tz.stoyanov@gmail.com (mailing list archive)
State Superseded
Headers show
Series trace-cruncher: Add a .gitignore file | expand

Commit Message

Tzvetomir Stoyanov (VMware) Jan. 28, 2022, 3:04 a.m. UTC
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(+)

Comments

Yordan Karadzhov Jan. 28, 2022, 9:24 a.m. UTC | #1
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
diff mbox series

Patch

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/