From fea59091b30370b606362b2aa49a7c740a0ac53c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= <hugo@hornquist.se>
Date: Mon, 15 Oct 2018 19:33:11 +0200
Subject: [PATCH] Add .nobackup info.

---
 index.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/index.md b/index.md
index c813906..30cea9f 100644
--- a/index.md
+++ b/index.md
@@ -105,6 +105,9 @@ meta-raspberrypi layer as well as its dependencies are needed. Start
 by creating the following directory structure to contain the code:
 
     mkdir -p ~/yocto/sources
+    # Yocto creates a whole lot of files. At least on Lysators
+    # systems it's a good idea to exclude them from the backup.
+    touch ~/yocto/sources/.nobackup
 
 After the command above has been run, there should be a folder in the
 home directory named Yocto, with one subfolder named sources. The
-- 
GitLab