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.
 
 
 
 
 

52 lines
461 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. # Executables
  25. *.exe
  26. *.out
  27. *.app
  28. *.i*86
  29. *.x86_64
  30. # Debug files
  31. *.dSYM/
  32. *.su
  33. *.idb
  34. *.pdb
  35. # Program specifics
  36. *.png
  37. !textlogo.png
  38. !palettes/*
  39. *.wav
  40. aptdec
  41. # VSCode
  42. .vscode