Skip to content
Snippets Groups Projects
.gitignore 796 B
Newer Older
  • Learn to ignore specific revisions
  • #
    # 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
    
    Grant Likely's avatar
    Grant Likely committed
    *.orig
    *.a
    *.o
    
    Niklaus Giger's avatar
    Niklaus Giger committed
    *~
    
    Grant Likely's avatar
    Grant Likely committed
    /u-boot
    
    Grant Likely's avatar
    Grant Likely committed
    /u-boot.map
    /u-boot.srec
    
    /u-boot.ldr
    /u-boot.ldr.hex
    /u-boot.ldr.srec
    
    /u-boot.img
    /u-boot.kwb
    /u-boot.sha1
    /u-boot.dis
    
    Grant Likely's avatar
    Grant Likely committed
    /LOG
    /errlog
    /reloc_off
    
    
    asm-offsets.s
    
    # stgit generated dirs
    patches-*
    
    # gdb files
    .gdb_history
    
    
    Stefan Roese's avatar
    Stefan Roese committed
    
    
    /tags
    
    Stefan Roese's avatar
    Stefan Roese committed
    # OneNAND IPL files
    /onenand_ipl/onenand-ipl*
    /onenand_ipl/board/*/onenand*
    /onenand_ipl/board/*/*.S