diff mbox series

[v2] trace-cruncher: Add a .gitignore file

Message ID 20220128140950.86562-1-tz.stoyanov@gmail.com (mailing list archive)
State New, archived
Headers show
Series [v2] trace-cruncher: Add a .gitignore file | expand

Commit Message

Tzvetomir Stoyanov (VMware) Jan. 28, 2022, 2:09 p.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 | 11 +++++++++++
 1 file changed, 11 insertions(+)

Comments

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

Patch

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