linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [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

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).