.gitignore 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. # Created by https://www.toptal.com/developers/gitignore/api/c,c++,cmake,macos
  2. # Edit at https://www.toptal.com/developers/gitignore?templates=c,c++,cmake,macos
  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. ### C++ ###
  49. # Prerequisites
  50. # Compiled Object files
  51. *.slo
  52. # Precompiled Headers
  53. # Compiled Dynamic libraries
  54. # Fortran module files
  55. *.mod
  56. *.smod
  57. # Compiled Static libraries
  58. *.lai
  59. # Executables
  60. ### CMake ###
  61. CMakeLists.txt.user
  62. CMakeCache.txt
  63. CMakeFiles
  64. CMakeScripts
  65. Testing
  66. Makefile
  67. cmake_install.cmake
  68. install_manifest.txt
  69. compile_commands.json
  70. CTestTestfile.cmake
  71. _deps
  72. ### CMake Patch ###
  73. # External projects
  74. *-prefix/
  75. ### macOS ###
  76. # General
  77. .DS_Store
  78. .AppleDouble
  79. .LSOverride
  80. # Icon must end with two \r
  81. Icon
  82. # Thumbnails
  83. ._*
  84. # Files that might appear in the root of a volume
  85. .DocumentRevisions-V100
  86. .fseventsd
  87. .Spotlight-V100
  88. .TemporaryItems
  89. .Trashes
  90. .VolumeIcon.icns
  91. .com.apple.timemachine.donotpresent
  92. # Directories potentially created on remote AFP share
  93. .AppleDB
  94. .AppleDesktop
  95. Network Trash Folder
  96. Temporary Items
  97. .apdisk
  98. # End of https://www.toptal.com/developers/gitignore/api/c,c++,cmake,macos
  99. build/