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 144B

123456789101112131415161718
  1. # Object files
  2. *.o
  3. *.ko
  4. # Libraries
  5. *.lib
  6. *.a
  7. # Shared objects (inc. Windows DLLs)
  8. *.dll
  9. *.so
  10. *.so.*
  11. *.dylib
  12. # Executables
  13. *.exe
  14. *.out
  15. *.app