commit | fd32340f6dc74f472b46199a51158bcf4f2dc5c5 | [log] [tgz] |
---|---|---|
author | Scott Todd <scotttodd@google.com> | Fri Nov 08 09:29:07 2019 -0800 |
committer | Scott Todd <scotttodd@google.com> | Fri Nov 08 09:29:07 2019 -0800 |
tree | 874488217487365d6bd77b30144c3de4bdde6757 | |
parent | 4e5b8f44dab599ec14722048c6d560c91ff6c403 [diff] [blame] |
Add imgui.ini to .gitignore.
diff --git a/.gitignore b/.gitignore index 025558d..dec4ba2 100644 --- a/.gitignore +++ b/.gitignore
@@ -22,3 +22,6 @@ # Local-only config options user.bazelrc + +# Dear ImGui Ini files +imgui.ini