From 8188e60ea6b9012a9a2eeef0a7894b298de58a2e Mon Sep 17 00:00:00 2001 From: Alexander Afanasyev Date: Mon, 7 Dec 2015 10:11:57 -0800 Subject: [PATCH] Extended .gitignore --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 440f91ed..0539a4a7 100644 --- a/.gitignore +++ b/.gitignore @@ -82,6 +82,7 @@ x64/ build/ [Bb]in/ [Oo]bj/ +[Ll]ibs/ # MSTest test Results [Tt]est[Rr]esult*/ @@ -92,6 +93,7 @@ build/ *.ilk *.meta *.obj +*.o *.pch *.pdb *.pgc @@ -110,6 +112,8 @@ build/ *.pidb *.log *.scc +*.exe +*.a # Visual C++ cache files ipch/ @@ -249,3 +253,4 @@ pip-log.txt #Mr Developer .mr.developer.cfg +