From: Mike D. Lowis Date: Tue, 3 Apr 2012 16:37:08 +0000 (-0400) Subject: Added unittest++ artifacts to the ignore list X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=1385af16b9977cc41f19e8870cd35fbc5a7c7fce;p=archive%2Fdlang.git Added unittest++ artifacts to the ignore list --- 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++*