From 1385af16b9977cc41f19e8870cd35fbc5a7c7fce Mon Sep 17 00:00:00 2001 From: "Mike D. Lowis" Date: Tue, 3 Apr 2012 12:37:08 -0400 Subject: [PATCH] Added unittest++ artifacts to the ignore list --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ca8a4a1..a7f28ac 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,7 @@ build/* tags cscope.out project.vim -tools/UnitTest++/**/*.o +tools/UnitTest++/src/*.o +tools/UnitTest++/src/tests/*.o +tools/UnitTest++/src/Win32/*.o tools/UnitTest++/*UnitTest++* -- 2.52.0