diff options
author | Josh Stone <jistone@redhat.com> | 2009-01-30 18:24:13 -0800 |
---|---|---|
committer | Josh Stone <jistone@redhat.com> | 2009-01-30 18:24:29 -0800 |
commit | 881ba90812c88a82da4a4963924e7363b3fe3377 (patch) | |
tree | 80715ed1218968bfa8cbf1b54ff21c55465c49b1 | |
parent | 9a8d8be369cd1d2ac148b367e1c4b74ab9a005ba (diff) | |
download | systemtap-steved-881ba90812c88a82da4a4963924e7363b3fe3377.tar.gz systemtap-steved-881ba90812c88a82da4a4963924e7363b3fe3377.tar.xz systemtap-steved-881ba90812c88a82da4a4963924e7363b3fe3377.zip |
update .gitignore's
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | doc/SystemTap_Tapset_Reference/.gitignore | 1 |
2 files changed, 4 insertions, 0 deletions
@@ -12,12 +12,15 @@ config.status *.[158] .deps loc2c-test +run-stap stamp-h1 stap staprun testresults stapio stap_merge +stap-client-connect +stap-server-connect CVS .checkstyle .cproject diff --git a/doc/SystemTap_Tapset_Reference/.gitignore b/doc/SystemTap_Tapset_Reference/.gitignore new file mode 100644 index 00000000..af43f913 --- /dev/null +++ b/doc/SystemTap_Tapset_Reference/.gitignore @@ -0,0 +1 @@ +/docproc |