From 680a5a9b549733e7e05f887262f832fa5f9d5322 Mon Sep 17 00:00:00 2001 From: ocornut Date: Mon, 11 Aug 2014 14:46:04 +0100 Subject: [PATCH] Git ignore imgui.ini files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index e6df0e49d..94f4ef015 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,6 @@ examples/opengl_example/ipch/* *.sdf *.suo *.vcxproj.user + +## Ini files +imgui.ini