diff options
| author | Namhyung Kim <[email protected]> | 2016-08-02 05:01:47 +0000 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <[email protected]> | 2016-08-02 15:16:13 +0000 |
| commit | 979a70a237efb68e15b1cee36f9f92037e71d1fd (patch) | |
| tree | f60e5e98741eba73ffc4f4125c3c2fb0e20707ad | |
| parent | perf tools: Fix build failure on perl script context (diff) | |
| download | kernel-979a70a237efb68e15b1cee36f9f92037e71d1fd.tar.gz kernel-979a70a237efb68e15b1cee36f9f92037e71d1fd.zip | |
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.* |
