From f554ae5f83c13c0628252aec905e0c8a41542869 Mon Sep 17 00:00:00 2001 From: "H. Nikolaus Schaller" Date: Fri, 3 Aug 2012 19:07:47 +0200 Subject: fixed .gitigore for u-boot sources (was in wrong directory level so that path filters did not work correctly) --- u-boot/.gitignore | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 u-boot/.gitignore (limited to 'u-boot') diff --git a/u-boot/.gitignore b/u-boot/.gitignore new file mode 100644 index 0000000..0ad3a33 --- /dev/null +++ b/u-boot/.gitignore @@ -0,0 +1,72 @@ +# +# NOTE! Don't add files that are generated in specific +# subdirectories here. Add them in the ".gitignore" file +# in that subdirectory instead. +# +# Normal rules +# + +*.rej +*.orig +*.a +*.o +*~ +*.swp +*.patch + +# +# Top-level generic files +# + +/System.map +/u-boot +/u-boot.hex +/u-boot.imx +/u-boot.map +/u-boot.bin +/u-boot.srec +/u-boot.ldr +/u-boot.ldr.hex +/u-boot.ldr.srec +/u-boot.lds +/u-boot-onenand.bin +/u-boot-flexonenand.bin + +# +# Generated files +# + +*.depend +/LOG +/errlog +/reloc_off + +/include/generated/ +/lib/asm-offsets.s + +# stgit generated dirs +patches-* +.stgit-edit.txt + +# quilt's files +patches +series + +# gdb files +.gdb_history + +# cscope files +cscope.* + +# tags files +/tags +/ctags +/etags + +# OneNAND IPL files +/onenand_ipl/onenand-ipl* +/onenand_ipl/board/*/onenand* +/onenand_ipl/board/*/*.S + +# OSX +.DS_Store \ No newline at end of file -- cgit v1.1