summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordsmith <dsmith>2006-06-02 17:21:32 +0000
committerdsmith <dsmith>2006-06-02 17:21:32 +0000
commit988b22347d6598de909457326d9a7a470e3f631c (patch)
tree268eb6ed9220ca5bcbd677ab7e68d246428fd0bb
parent277c1957c614aa4c56a5e192e893471e3a964cc4 (diff)
downloadsystemtap-steved-988b22347d6598de909457326d9a7a470e3f631c.tar.gz
systemtap-steved-988b22347d6598de909457326d9a7a470e3f631c.tar.xz
systemtap-steved-988b22347d6598de909457326d9a7a470e3f631c.zip
2006-06-02 David Smith <dsmith@redhat.com>
* .cvsignore: Added more files to ignore.
-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.