From 988b22347d6598de909457326d9a7a470e3f631c Mon Sep 17 00:00:00 2001 From: dsmith Date: Fri, 2 Jun 2006 17:21:32 +0000 Subject: 2006-06-02 David Smith * .cvsignore: Added more files to ignore. --- .cvsignore | 3 ++- ChangeLog | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.cvsignore b/.cvsignore index c6be8e47..02399fc2 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ -autom4te.* cscope*out +autom4te.* cscope*out Makefile config.h config.log config.status *.[15] +.deps loc2c-test stamp-h1 stap stpd stp_check systemtap.spec testresults diff --git a/ChangeLog b/ChangeLog index 2425c2f9..874105ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2006-06-02 David Smith + * .cvsignore: Added more files to ignore. + * main.cxx (usage): Added exitcode parameter. (main): Improved a few error messages. Also, when an error is given, stap now always exits with a status of 1. -- cgit