summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.cvsignore3
-rw-r--r--ChangeLog2
2 files changed, 4 insertions, 1 deletions
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 <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.