summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordsmith <dsmith>2006-09-12 16:07:54 +0000
committerdsmith <dsmith>2006-09-12 16:07:54 +0000
commit7f0e10b1a9623425f4600658e0358d5c607abba6 (patch)
tree0f6a28419db7809bee96a881bd35783f3de96638
parent4a6a795144366840a183f18956a28eefbd5519cc (diff)
downloadsystemtap-steved-7f0e10b1a9623425f4600658e0358d5c607abba6.tar.gz
systemtap-steved-7f0e10b1a9623425f4600658e0358d5c607abba6.tar.xz
systemtap-steved-7f0e10b1a9623425f4600658e0358d5c607abba6.zip
2006-09-12 David Smith <dsmith@redhat.com>
* Added .cvsignore file.
-rw-r--r--testsuite/.cvsignore1
-rw-r--r--testsuite/ChangeLog4
2 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/.cvsignore b/testsuite/.cvsignore
new file mode 100644
index 00000000..822e7ca3
--- /dev/null
+++ b/testsuite/.cvsignore
@@ -0,0 +1 @@
+Makefile probe.out site.exp systemtap.log systemtap.sum
diff --git a/testsuite/ChangeLog b/testsuite/ChangeLog
index 73f38e2b..ed66dded 100644
--- a/testsuite/ChangeLog
+++ b/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2006-09-12 David Smith <dsmith@redhat.com>
+
+ * Added .cvsignore file.
+
2006-09-09 Frank Ch. Eigler <fche@elastic.org>
* lib/systemtap.exp (stap_run_batch): New helper routine.