From 9d6b2b096b20fa654c84fd8bb4d9631c250b33d6 Mon Sep 17 00:00:00 2001 From: Rokas Kupstys Date: Tue, 15 Oct 2019 15:48:46 +0300 Subject: [PATCH] Ignore directories created by JetBrains IDEs. (cherry picked from commit c470de572c2f63e7ba5eeb7d97bc1f4bc114b375) --- examples/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/.gitignore b/examples/.gitignore index d56b94f0..2b5671a8 100644 --- a/examples/.gitignore +++ b/examples/.gitignore @@ -40,3 +40,7 @@ example_sdl_opengl3/example_sdl_opengl3 ## Dear ImGui Ini files imgui.ini + +## JetBrains IDEs +.idea +cmake-build-*