Skip to content
Snippets Groups Projects
Select Git revision
  • 28b538b69dd44b5f4ea595059612115069ace96b
  • master default protected
  • stable
  • extraversion
  • early-display
  • variant-emmc-nvme-boot
  • 2024-07-19
  • 2024-06-30
  • 2023-10-18
  • 2023-10-10
  • 2023-07-04
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
15 results

.gitignore

Blame
  • .gitignore 813 B
    #
    # 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
    *.su
    *~
    *.swp
    *.patch
    *.bin
    *.cfgtmp
    
    # Build tree
    /build-*
    
    #
    # Top-level generic files
    #
    
    /MLO
    /SPL
    /System.map
    /u-boot
    /u-boot.hex
    /u-boot.imx
    /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
    /u-boot.lds
    /u-boot.ubl
    /u-boot.ais
    /u-boot.dtb
    /u-boot.sb
    /u-boot.geany
    
    #
    # Generated files
    #
    
    *.depend*
    /LOG
    /errlog
    /reloc_off
    
    /include/generated/
    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
    
    # spl ais files
    /spl/*.ais