From 4a88067d686ab87288070716b930f6d2ca0c03f4 Mon Sep 17 00:00:00 2001 From: Anonymous Maarten Date: Tue, 22 Jun 2021 21:17:18 +0200 Subject: [PATCH] git: ignore imgui.ini file --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d536cfb..de870ed 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ /.vs librw.vcxproj.user librw.VC.db -librw.VC.VC.opendb \ No newline at end of file +librw.VC.VC.opendb +imgui.ini