diff options
author | Mark Wielaard <mjw@redhat.com> | 2009-03-27 12:45:51 +0100 |
---|---|---|
committer | Mark Wielaard <mjw@redhat.com> | 2009-03-27 12:45:51 +0100 |
commit | 0977ab1f283c48918c483a73d96b1345286419ca (patch) | |
tree | 76428295b1c73cbbfb7adebddf3ddbf43a232869 /testsuite | |
parent | 835880e72bdaca1c468b72d1f6c7f0f6cefcc717 (diff) | |
download | systemtap-steved-0977ab1f283c48918c483a73d96b1345286419ca.tar.gz systemtap-steved-0977ab1f283c48918c483a73d96b1345286419ca.tar.xz systemtap-steved-0977ab1f283c48918c483a73d96b1345286419ca.zip |
.gitignore: Add testsuite exe and so files and initscript systemtap.
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/.gitignore b/testsuite/.gitignore index 19b30bf1..709de57f 100644 --- a/testsuite/.gitignore +++ b/testsuite/.gitignore @@ -2,3 +2,6 @@ site.exp systemtap.log systemtap.sum +*.so +*_exe +*.exe.[0-9] |