From abdb28d2430e4a3eb3eab6303417d31c2aa4ab25 Mon Sep 17 00:00:00 2001 From: mvoelkel Date: Thu, 3 Sep 2015 14:27:38 +0200 Subject: [PATCH] Added missing .gitignore Excludes files and directories created during build --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d55580b --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ + +# files and directories which are generated during the patch and build process + +/buildroot/ +/buildroot*.bz2 +/linux.octonet/ +/linux*.xz +/u-boot/ +/u-boot*.bz2