diff options
author | H. Nikolaus Schaller <hns@goldelico.com> | 2012-04-20 14:09:51 +0200 |
---|---|---|
committer | H. Nikolaus Schaller <hns@goldelico.com> | 2012-04-20 14:09:51 +0200 |
commit | 6da9c367977d0f54489bbe2867203613e7e69e04 (patch) | |
tree | a704e1e9d2e4a364000171114387570331135635 | |
parent | 3bffe415071798763f2704cbd4a2181c4d7f1dfe (diff) | |
download | bootable_bootloader_goldelico_gta04_x-loader-6da9c367977d0f54489bbe2867203613e7e69e04.zip bootable_bootloader_goldelico_gta04_x-loader-6da9c367977d0f54489bbe2867203613e7e69e04.tar.gz bootable_bootloader_goldelico_gta04_x-loader-6da9c367977d0f54489bbe2867203613e7e69e04.tar.bz2 |
.gitignore fixed
-rw-r--r-- | .gitignore | 69 |
1 files changed, 24 insertions, 45 deletions
@@ -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 |