Home | History | Annotate | Download | only in arm-trusted-firmware
      1 # Ignore miscellaneous files
      2 cscope.*
      3 *.swp
      4 *.patch
      5 .project
      6 .cproject
      7 
      8 # Ignore build directory
      9 build/
     10 
     11 # Ignore build products from tools
     12 tools/**/*.o
     13 tools/fip_create/fip_create
     14 tools/cert_create/src/*.o
     15 tools/cert_create/cert_create
     16