From: David Goulet Date: Tue, 17 Jul 2012 17:20:35 +0000 (-0400) Subject: Update README and add files to gitignore X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=5a82525d9b63a791103ade72ffe9d410dc149d22 Update README and add files to gitignore Signed-off-by: David Goulet --- diff --git a/.gitignore b/.gitignore index 411aaa0f6..a4eb73bcf 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,12 @@ src/bin/lttng/lttng src/bin/lttng-consumerd/lttng-consumerd src/bin/lttng-relayd/lttng-relayd +src/lib/lttng-ctl/filter-grammar-test +src/lib/lttng-ctl/filter-lexer.c +src/lib/lttng-ctl/filter-parser.c +src/lib/lttng-ctl/filter-parser.h +src/lib/lttng-ctl/filter-parser.output + # Tests test_sessions test_kernel_data_trace diff --git a/README b/README index 45c44187f..f65836344 100644 --- a/README +++ b/README @@ -43,6 +43,8 @@ compile the git repository tree : - GNU Gold >= 2.22 (Before this version we hit a known bug documented at: http://sourceware.org/bugzilla/show_bug.cgi?id=11317) +- flex >= 2.5.35 +- bison >= 2.4 If you get the tree from the repository, you will need to use the "bootstrap" script in the root of the tree. It calls all the GNU tools needed to prepare the