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 | |
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.
-rw-r--r-- | initscript/.gitignore | 1 | ||||
-rw-r--r-- | testsuite/.gitignore | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/initscript/.gitignore b/initscript/.gitignore new file mode 100644 index 00000000..ec0530ab --- /dev/null +++ b/initscript/.gitignore @@ -0,0 +1 @@ +systemtap 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] |