From 8b24998df4a5b785daa27c7117788281806ca62a Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Mon, 19 Nov 2012 12:03:27 +0100 Subject: [PATCH] update gitignore --- .gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.gitignore b/.gitignore index 93ba82b..5e131b6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,24 @@ # suppress compiler/linker output *.[oa] +*.obj +*.gcda +*.gcno +*.lib Debug/ Release/ +# suppress output of build process and *nix/windows test executables +ltmtest +ltmtest.exe +test +test.exe +mtest +mtest.exe + +# ignore eclipse project files +.cproject +.project + # special MS Visual Studio section # ignore non-compressed browse file (holds information for ClassView, IntelliSense and WizardBar) *.ncb