You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

C 246B

1234567891011121314151617181920212223242526272829303132
  1. # Object files
  2. *.o
  3. *.ko
  4. *.obj
  5. *.elf
  6. # Precompiled Headers
  7. *.gch
  8. *.pch
  9. # Libraries
  10. *.lib
  11. *.a
  12. *.la
  13. *.lo
  14. # Shared objects (inc. Windows DLLs)
  15. *.dll
  16. *.so
  17. *.so.*
  18. *.dylib
  19. # Executables
  20. *.exe
  21. *.out
  22. *.app
  23. *.i*86
  24. *.x86_64
  25. *.hex
  26. # Debug files
  27. *.dSYM/