From f3f54816edc4328864c08bb9f33dd691ae338ba0 Mon Sep 17 00:00:00 2001 From: serassio <> Date: Sun, 20 Nov 2005 17:07:47 +0000 Subject: [PATCH] More consistency in .cvsignore files --- lib/cppunit-1.10.0/examples/cppunittest/.cvsignore | 2 ++ lib/cppunit-1.10.0/examples/hierarchy/.cvsignore | 2 ++ lib/cppunit-1.10.0/examples/money/.cvsignore | 2 ++ lib/cppunit-1.10.0/src/DllPlugInTester/.cvsignore | 1 + lib/libTrie/test/.cvsignore | 2 ++ test-suite/.cvsignore | 1 + 6 files changed, 10 insertions(+) diff --git a/lib/cppunit-1.10.0/examples/cppunittest/.cvsignore b/lib/cppunit-1.10.0/examples/cppunittest/.cvsignore index 63f8570f9f..e4b27a4bd9 100644 --- a/lib/cppunit-1.10.0/examples/cppunittest/.cvsignore +++ b/lib/cppunit-1.10.0/examples/cppunittest/.cvsignore @@ -1,2 +1,4 @@ .deps +.libs Makefile +cppunittestmain diff --git a/lib/cppunit-1.10.0/examples/hierarchy/.cvsignore b/lib/cppunit-1.10.0/examples/hierarchy/.cvsignore index 63f8570f9f..5f28e0e6c6 100644 --- a/lib/cppunit-1.10.0/examples/hierarchy/.cvsignore +++ b/lib/cppunit-1.10.0/examples/hierarchy/.cvsignore @@ -1,2 +1,4 @@ .deps +.libs Makefile +hierarchy diff --git a/lib/cppunit-1.10.0/examples/money/.cvsignore b/lib/cppunit-1.10.0/examples/money/.cvsignore index 63f8570f9f..d0fb14c262 100644 --- a/lib/cppunit-1.10.0/examples/money/.cvsignore +++ b/lib/cppunit-1.10.0/examples/money/.cvsignore @@ -1,2 +1,4 @@ .deps +.libs Makefile +MoneyApp diff --git a/lib/cppunit-1.10.0/src/DllPlugInTester/.cvsignore b/lib/cppunit-1.10.0/src/DllPlugInTester/.cvsignore index a0667f61c1..6cf2a30df3 100644 --- a/lib/cppunit-1.10.0/src/DllPlugInTester/.cvsignore +++ b/lib/cppunit-1.10.0/src/DllPlugInTester/.cvsignore @@ -1,4 +1,5 @@ .deps .libs DllPlugInTester +DllPlugInTesterTest Makefile diff --git a/lib/libTrie/test/.cvsignore b/lib/libTrie/test/.cvsignore index 63f8570f9f..efd121790e 100644 --- a/lib/libTrie/test/.cvsignore +++ b/lib/libTrie/test/.cvsignore @@ -1,2 +1,4 @@ .deps Makefile +trie +trie-c diff --git a/test-suite/.cvsignore b/test-suite/.cvsignore index 63f8570f9f..5d91176542 100644 --- a/test-suite/.cvsignore +++ b/test-suite/.cvsignore @@ -1,2 +1,3 @@ .deps +.dirstamp Makefile -- 2.47.3