How can i tell UE4Editor to not generate ide files on linux?

Running on ubuntu 16.04

How can i stop UE4Editor from generating project files when i am adding c++ classes ? I know how to generate my own makefiles since they are custom built.

Regards