From: David Goulet Date: Tue, 17 Jul 2012 17:20:35 +0000 (-0400) Subject: Update README and add files to gitignore X-Git-Tag: v2.1.0-rc1~81 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=5a82525d9b63a791103ade72ffe9d410dc149d22;hp=9bd578f50a1e2438c40ca10789ca90d63c8f8829 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