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.

88 lines
1.0 KiB

3 years ago
  1. # Created by https://www.toptal.com/developers/gitignore/api/macos,c
  2. # Edit at https://www.toptal.com/developers/gitignore?templates=macos,c
  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. ### macOS ###
  49. # General
  50. .DS_Store
  51. .AppleDouble
  52. .LSOverride
  53. # Icon must end with two \r
  54. Icon
  55. # Thumbnails
  56. ._*
  57. # Files that might appear in the root of a volume
  58. .DocumentRevisions-V100
  59. .fseventsd
  60. .Spotlight-V100
  61. .TemporaryItems
  62. .Trashes
  63. .VolumeIcon.icns
  64. .com.apple.timemachine.donotpresent
  65. # Directories potentially created on remote AFP share
  66. .AppleDB
  67. .AppleDesktop
  68. Network Trash Folder
  69. Temporary Items
  70. .apdisk
  71. # End of https://www.toptal.com/developers/gitignore/api/macos,c