diff options
author | dsmith <dsmith> | 2007-03-15 21:36:23 +0000 |
---|---|---|
committer | dsmith <dsmith> | 2007-03-15 21:36:23 +0000 |
commit | 79e2a42ea0f5a51a4b0dcc2dfc63518c2d7ca2cb (patch) | |
tree | c4cd61fb37b788aa8d95b5d70081ce6982dac1aa | |
parent | 6dfd08d7feccaafc99e8e8579fc7af8ec82698a2 (diff) | |
download | systemtap-steved-79e2a42ea0f5a51a4b0dcc2dfc63518c2d7ca2cb.tar.gz systemtap-steved-79e2a42ea0f5a51a4b0dcc2dfc63518c2d7ca2cb.tar.xz systemtap-steved-79e2a42ea0f5a51a4b0dcc2dfc63518c2d7ca2cb.zip |
2007-03-15 David Smith <dsmith@redhat.com>
* .cvsignore: Added "config.log" and "config.status".
-rw-r--r-- | testsuite/.cvsignore | 1 | ||||
-rw-r--r-- | testsuite/ChangeLog | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/.cvsignore b/testsuite/.cvsignore index 5366315c..fd345061 100644 --- a/testsuite/.cvsignore +++ b/testsuite/.cvsignore @@ -1 +1,2 @@ Makefile probe.out site.exp systemtap.log systemtap.sum .systemtap +config.log config.status diff --git a/testsuite/ChangeLog b/testsuite/ChangeLog index 31f72476..9854984b 100644 --- a/testsuite/ChangeLog +++ b/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2007-03-15 David Smith <dsmith@redhat.com> + + * .cvsignore: Added "config.log" and "config.status". + 2007-03-14 Frank Ch. Eigler <fche@redhat.com> PR 4171. |