From ccd03144532de8aad4bc3638499e25a70481c91a Mon Sep 17 00:00:00 2001 From: John Vogel Date: Fri, 13 May 2016 23:18:57 -0400 Subject: [PATCH] Add .gitignore --- .gitignore | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1d7b18b --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +# based on .gitignore from linux kernel +# +# NOTE! Please use 'git ls-files -i --exclude-standard' +# command after changing this file, to see if there are +# any tracked files which get ignored after the change. +# +# Normal rules +# +*.tar +*.gz +*.bz2 +*.lzma +*.xz +*.lz4 +*.lzo +*.patch +work/System.map-* +work/dtb-*.tar.* +work/dtb-* +work/kernel7-*.img +work/linux-* +work/modules-*.tar.* +work/modules-* +work/zImage-* -- 2.26.2