.gitignore 240 B

1234567891011121314151617181920212223242526272829
  1. # Object files
  2. *.o
  3. *.ko
  4. *.obj
  5. *.elf
  6. # Libraries
  7. *.lib
  8. *.a
  9. # Shared objects (inc. Windows DLLs)
  10. *.dll
  11. *.so
  12. *.so.*
  13. *.dylib
  14. # Executables
  15. *.exe
  16. *.out
  17. *.app
  18. *.i*86
  19. *.x86_64
  20. *.hex
  21. # Linux kernel related
  22. modules.order
  23. modules.builtin
  24. *.o.cmd