From: Mark Wielaard Date: Fri, 27 Mar 2009 11:45:51 +0000 (+0100) Subject: .gitignore: Add testsuite exe and so files and initscript systemtap. X-Git-Tag: release-0.9.5~6 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=0977ab1f283c48918c483a73d96b1345286419ca;p=systemtap.git .gitignore: Add testsuite exe and so files and initscript systemtap. --- diff --git a/initscript/.gitignore b/initscript/.gitignore new file mode 100644 index 000000000..ec0530ab5 --- /dev/null +++ b/initscript/.gitignore @@ -0,0 +1 @@ +systemtap diff --git a/testsuite/.gitignore b/testsuite/.gitignore index 19b30bf1e..709de57f1 100644 --- a/testsuite/.gitignore +++ b/testsuite/.gitignore @@ -2,3 +2,6 @@ site.exp systemtap.log systemtap.sum +*.so +*_exe +*.exe.[0-9]