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

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