.gitignore 178 B

123456789101112131415161718192021222324
  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