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.
 
 
 
 
 

59 lines
562 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/*.png
  39. !util/*.png
  40. *.wav
  41. aptdec
  42. .vscode/
  43. build/
  44. libpng/
  45. zlib/
  46. winbuild/
  47. winpath/
  48. libsndfile-1.0.29-win64.zip
  49. libsndfile-1.0.29-win64/