From 167c02d50226ae6107bef26c9e0a4b396f74100f Mon Sep 17 00:00:00 2001 From: ocornut Date: Thu, 10 Sep 2015 20:09:29 +0100 Subject: [PATCH] Better Git ignore list for quick compilations in same folder --- examples/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/.gitignore b/examples/.gitignore index 27a250a6..acd8b013 100644 --- a/examples/.gitignore +++ b/examples/.gitignore @@ -26,6 +26,8 @@ opengl3_example/opengl3_example *.suo *.vcxproj.user *.o +*.obj +*.exe ## Ini files imgui.ini