diff options
-rw-r--r-- | .cvsignore | 3 | ||||
-rw-r--r-- | ChangeLog | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -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 @@ -1,5 +1,7 @@ 2006-06-02 David Smith <dsmith@redhat.com> + * .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. |