doc: Explain .xdg-app-builder

This directory can grow quite large (my local example here is 900M),
so we should document that it is safe to remove.
tingping/wmclass
Matthias Clasen 2016-04-13 09:26:59 -04:00
parent 21e5391ab8
commit cb9b3e6987
1 changed files with 17 additions and 0 deletions

View File

@ -671,6 +671,23 @@
</variablelist>
</refsect1>
<refsect1>
<title>Caching</title>
<para>
xdg-app-builder caches sources and partial build results in
the .xdg-app-builder subdirectory of the current directory. If you
use <option>--keep-build-dirs</option>, build directories for each
module are also stored here.
</para>
<para>
It is safe to remove the contents of the .xdg-app-builder
directory. This will force a full build the next time you build.
</para>
</refsect1>
<refsect1>
<title>Examples</title>