.gitignore 414 B

123456789101112131415161718192021222324
  1. #
  2. # NOTE! Don't add files that are generated in specific
  3. # subdirectories here. Add them in the ".gitignore" file
  4. # in that subdirectory instead.
  5. #
  6. # NOTE! Please use 'git ls-files -i --exclude-standard'
  7. # command after changing this file, to see if there are
  8. # any tracked files which get ignored after the change.
  9. #
  10. # Normal rules
  11. #
  12. #.*
  13. *.o
  14. *.o.*
  15. *.a
  16. *.s
  17. *.so.dbg
  18. *.mod.c
  19. *.i
  20. *.lst
  21. *.symtypes
  22. *.order
  23. *.elf
  24. .swp