From edfcd0f0baf9ca9562972004d4485ae3010dd78d Mon Sep 17 00:00:00 2001 From: orkira Date: Mon, 22 Jan 2018 20:47:12 +0600 Subject: [PATCH] .gitignore (headers) --- examples/unrealstatus/.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/unrealstatus/.gitignore b/examples/unrealstatus/.gitignore index ad5d402..bd472d5 100644 --- a/examples/unrealstatus/.gitignore +++ b/examples/unrealstatus/.gitignore @@ -73,3 +73,6 @@ Intermediate/ # Cache files for the editor to use DerivedDataCache/ + +# Library headers must be copied automatically by the build script (build.py unreal) +Plugins/DiscordRpc/Source/ThirdParty/DiscordRpcLibrary/Include