From 54c81ae7ecb4dde35e7990013b70d3991ec5ff6e Mon Sep 17 00:00:00 2001 From: Simon Fels Date: Sat, 3 Dec 2016 14:15:15 +0100 Subject: [PATCH] Ignore directories and files created by snapcraft --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index aa90563..bf05908 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,6 @@ build*/ +parts/ +stage/ +prime/ +*.snap CMakeLists.txt.user