diff options
author | Namhyung Kim <[email protected]> | 2016-08-02 14:01:47 +0900 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2016-08-02 12:16:13 -0300 |
commit | 979a70a237efb68e15b1cee36f9f92037e71d1fd (patch) | |
tree | f60e5e98741eba73ffc4f4125c3c2fb0e20707ad | |
parent | b581c01fff646b5075d65359c8667de9c667da9e (diff) |
tools lib traceevent: Ignore generated library files
Signed-off-by: Namhyung Kim <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Steven Rostedt <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
-rw-r--r-- | tools/lib/traceevent/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/lib/traceevent/.gitignore b/tools/lib/traceevent/.gitignore index 3c60335fe7be..9e9f25fb1922 100644 --- a/tools/lib/traceevent/.gitignore +++ b/tools/lib/traceevent/.gitignore @@ -1,2 +1,3 @@ TRACEEVENT-CFLAGS libtraceevent-dynamic-list +libtraceevent.so.* |