From 29c0f3e7a676c6e6c06a1f32194ad21cc6175fac Mon Sep 17 00:00:00 2001 From: Manfred Touron Date: Mon, 10 Nov 2014 16:43:54 +0000 Subject: [PATCH] Ignoring tarballs and .built files --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3f8ee6c..4d5d009 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,6 @@ rootfs-*.tar.gz source.tar.gz source.tar.xz sd*.raw* -rootfs-target.device/ \ No newline at end of file +rootfs-target.device/ +*/*/*.tar +*/*/*.built \ No newline at end of file