Update README and add files to gitignore
authorDavid Goulet <dgoulet@efficios.com>
Tue, 17 Jul 2012 17:20:35 +0000 (13:20 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Tue, 17 Jul 2012 17:20:35 +0000 (13:20 -0400)
Signed-off-by: David Goulet <dgoulet@efficios.com>
.gitignore
README

index 411aaa0f6378cb048a26dd335556490c0d204d83..a4eb73bcfa9d08131d312dd5e66512d8d79310b9 100644 (file)
@@ -36,6 +36,12 @@ src/bin/lttng/lttng
 src/bin/lttng-consumerd/lttng-consumerd
 src/bin/lttng-relayd/lttng-relayd
 
 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
 # Tests
 test_sessions
 test_kernel_data_trace
diff --git a/README b/README
index 45c44187fac0f5a613cb92119efc260c647a49fc..f65836344cd3179d06d2ec875e202f84ecbf4f86 100644 (file)
--- 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)
 - 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
 
 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
This page took 0.025818 seconds and 4 git commands to generate.