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.
 
 
 
 
 

93 line
1.0 KiB

  1. # Created by https://www.toptal.com/developers/gitignore/api/c,cmake
  2. # Edit at https://www.toptal.com/developers/gitignore?templates=c,cmake
  3. ### C ###
  4. # Prerequisites
  5. *.d
  6. # Object files
  7. *.o
  8. *.ko
  9. *.obj
  10. *.elf
  11. # Linker output
  12. *.ilk
  13. *.map
  14. *.exp
  15. # Precompiled Headers
  16. *.gch
  17. *.pch
  18. # Libraries
  19. *.lib
  20. *.a
  21. *.la
  22. *.lo
  23. # Shared objects (inc. Windows DLLs)
  24. *.dll
  25. *.so
  26. *.so.*
  27. *.dylib
  28. # Executables
  29. *.exe
  30. *.out
  31. *.app
  32. *.i*86
  33. *.x86_64
  34. *.hex
  35. # Debug files
  36. *.dSYM/
  37. *.su
  38. *.idb
  39. *.pdb
  40. # Kernel Module Compile Results
  41. *.mod*
  42. *.cmd
  43. .tmp_versions/
  44. modules.order
  45. Module.symvers
  46. Mkfile.old
  47. dkms.conf
  48. ### CMake ###
  49. CMakeLists.txt.user
  50. CMakeCache.txt
  51. CMakeFiles
  52. CMakeScripts
  53. Testing
  54. Makefile
  55. cmake_install.cmake
  56. install_manifest.txt
  57. compile_commands.json
  58. CTestTestfile.cmake
  59. _deps
  60. ### CMake Patch ###
  61. # External projects
  62. *-prefix/
  63. # End of https://www.toptal.com/developers/gitignore/api/c,cmake
  64. *.png
  65. !textlogo.png
  66. !luts/*.png
  67. !util/*.png
  68. *.wav
  69. *.ogg
  70. build/
  71. winbuild/
  72. winpath/
  73. zlib/
  74. libpng/
  75. libsndfile-*-win64.zip
  76. libsndfile-*-win64/
  77. root/