I am using IntelliJ Idea for Android development and IntelliJ uses a folder named out
for putting APK file.
I am also using Mercurial as VCS and when I clone the project the out folder is left out from the cloned directory.
Also folder out is also not shown in the project structure and when I go to Open Module Settings -> Modules the folder is excluded as shown in the image below
Why out folder is excluded and how to include it in VCS (Mercurial)?