From 5a82525d9b63a791103ade72ffe9d410dc149d22 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Tue, 17 Jul 2012 13:20:35 -0400 Subject: [PATCH] Update README and add files to gitignore Signed-off-by: David Goulet --- .gitignore | 6 ++++++ README | 2 ++ 2 files changed, 8 insertions(+) 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 -- 2.34.1