From 6da9c367977d0f54489bbe2867203613e7e69e04 Mon Sep 17 00:00:00 2001 From: "H. Nikolaus Schaller" Date: Fri, 20 Apr 2012 14:09:51 +0200 Subject: .gitignore fixed --- .gitignore | 69 ++++++++++++++++++++++---------------------------------------- 1 file changed, 24 insertions(+), 45 deletions(-) diff --git a/.gitignore b/.gitignore index 570b210..5bc6dd2 100644 --- a/.gitignore +++ b/.gitignore @@ -5,67 +5,46 @@ # # Normal rules # - -*.rej -*.orig -*.a +.* *.o -*~ -*.swp -*.patch +*.o.* +*.a +*.s +*.ko +*.so +*.so.dbg +*.mod.c +*.i +*.lst +*.symtypes # # Top-level generic files # - -/System.map -/u-boot -/u-boot.hex -/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 +x-load +x-load.* +System.map +include/asm/arch +include/asm/proc +include/config.h +include/config.mk +!.gitignore +signGP +MLO # -# Generated files +# Generated include 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 +*.orig +*.rej -- cgit v1.1