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.
 
 
 
 
 

53 lines
468 B

  1. # Created by https://www.gitignore.io/api/c
  2. # Edit at https://www.gitignore.io/?templates=c
  3. # Object files
  4. *.o
  5. *.ko
  6. *.obj
  7. *.elf
  8. # Linker output
  9. *.ilk
  10. *.map
  11. *.exp
  12. # Precompiled Headers
  13. *.gch
  14. *.pch
  15. # Libraries
  16. *.lib
  17. *.a
  18. *.la
  19. *.lo
  20. # Shared objects (inc. Windows DLLs)
  21. *.dll
  22. *.so
  23. *.so.*
  24. *.dylib
  25. # Executables
  26. *.exe
  27. *.out
  28. *.app
  29. *.i*86
  30. *.x86_64
  31. *.hex
  32. # Debug files
  33. *.dSYM/
  34. *.su
  35. *.idb
  36. *.pdb
  37. # Program specifics
  38. *.png
  39. *.wav
  40. !textlogo.png
  41. *.pnm
  42. aptdec
  43. # VSCode
  44. .vscode