diff mbox series

[3/3] trace-cruncher: Add object files to gitignore

Message ID 20220503064857.260937-4-tz.stoyanov@gmail.com (mailing list archive)
State Accepted
Headers show
Series trace-cruncher: Small fixes | expand

Commit Message

Tzvetomir Stoyanov (VMware) May 3, 2022, 6:48 a.m. UTC
Object files, produced by the compilation should not be committed.
Updated the .gitignore file with these files.

Signed-off-by: Tzvetomir Stoyanov (VMware) <tz.stoyanov@gmail.com>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/.gitignore b/.gitignore
index 9fb86e5..2d47632 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@ 
 *.so
 *.a
+*.o
 .*.d
 *~
 *.pyc