From 92a74fd3bbd204f5e1bcc15dbc568151c6311cc9 Mon Sep 17 00:00:00 2001 From: Mike Date: Wed, 20 Feb 2019 00:23:18 -0800 Subject: [PATCH] ignore imgui junk files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5694e90..20f66e0 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,5 @@ project_name/obj project_name/CompiledContent/bin project_name/CompiledContent/obj .mgstats - +imgui.ini +imgui_log.txt