aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-10-27 16:43:34 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-10-27 16:43:34 +0000
commitf5d913409d93ad0cba855d52807bc667603fd767 (patch)
tree5ed850af5a14968330d5b6bca9642019770f6757
parent0e5af195f6c54dbf5a24a1ec12ed2d0bd02f5b7f (diff)
Improve cvs ignoring of test results.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31217 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Analysis/DSGraph/.cvsignore1
-rw-r--r--test/CodeGen/ARM/.cvsignore1
-rw-r--r--test/Transforms/LCSSA/.cvsignore1
-rw-r--r--test/Transforms/PredicateSimplifier/.cvsignore1
4 files changed, 4 insertions, 0 deletions
diff --git a/test/Analysis/DSGraph/.cvsignore b/test/Analysis/DSGraph/.cvsignore
index 7f2443f2f3..e6719de9f9 100644
--- a/test/Analysis/DSGraph/.cvsignore
+++ b/test/Analysis/DSGraph/.cvsignore
@@ -1,3 +1,4 @@
Output
*.log
*.sum
+ds.*
diff --git a/test/CodeGen/ARM/.cvsignore b/test/CodeGen/ARM/.cvsignore
new file mode 100644
index 0000000000..83260f862f
--- /dev/null
+++ b/test/CodeGen/ARM/.cvsignore
@@ -0,0 +1 @@
+Output
diff --git a/test/Transforms/LCSSA/.cvsignore b/test/Transforms/LCSSA/.cvsignore
new file mode 100644
index 0000000000..83260f862f
--- /dev/null
+++ b/test/Transforms/LCSSA/.cvsignore
@@ -0,0 +1 @@
+Output
diff --git a/test/Transforms/PredicateSimplifier/.cvsignore b/test/Transforms/PredicateSimplifier/.cvsignore
new file mode 100644
index 0000000000..83260f862f
--- /dev/null
+++ b/test/Transforms/PredicateSimplifier/.cvsignore
@@ -0,0 +1 @@
+Output