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.gitignore 150B

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