From 8e36d714a3bb7ea089f47f00dc6149e2237a5fc2 Mon Sep 17 00:00:00 2001 From: Cristiano Carvalheiro Date: Sat, 26 Oct 2019 15:32:41 +0100 Subject: [PATCH] Ignore cmake build and JetBrains user specific files in UnrealEngine --- UnrealEngine.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/UnrealEngine.gitignore b/UnrealEngine.gitignore index 6582eaf9..23cc2ca4 100644 --- a/UnrealEngine.gitignore +++ b/UnrealEngine.gitignore @@ -1,6 +1,9 @@ # Visual Studio 2015 user specific files .vs/ +# JetBrains user specific files +.idea/ + # Compiled Object files *.slo *.lo @@ -40,6 +43,7 @@ *.sdf *.VC.db *.VC.opendb +CMakeLists.txt # Precompiled Assets SourceArt/**/*.png