From 181e237b02f6e15fe5bcd337279e4e92988b4263 Mon Sep 17 00:00:00 2001 From: Maxim Baryshnikov Date: Mon, 22 Feb 2016 18:48:13 +0100 Subject: [PATCH] .gitignores added for excluding folders and files \ which are generated by building and installation process. --- build/buildroot/.gitignore | 9 +++++++++ buildroot-overlay/.gitignore | 3 +++ 2 files changed, 12 insertions(+) create mode 100644 build/buildroot/.gitignore create mode 100644 buildroot-overlay/.gitignore diff --git a/build/buildroot/.gitignore b/build/buildroot/.gitignore new file mode 100644 index 0000000..44c0b04 --- /dev/null +++ b/build/buildroot/.gitignore @@ -0,0 +1,9 @@ +/build +/dl +/host +/images +staging +/target +Makefile +*.tmp +*.old diff --git a/buildroot-overlay/.gitignore b/buildroot-overlay/.gitignore new file mode 100644 index 0000000..12f548f --- /dev/null +++ b/buildroot-overlay/.gitignore @@ -0,0 +1,3 @@ +/lib +/usr +/jailhouse -- 2.39.2