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@xxxxxxxxx> --- .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