.gitignore 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. # ---> C++
  2. # Compiled Object files
  3. *.slo
  4. *.lo
  5. *.o
  6. *.obj
  7. # Precompiled Headers
  8. *.gch
  9. *.pch
  10. # Compiled Dynamic libraries
  11. *.so
  12. *.dylib
  13. *.dll
  14. # Fortran module files
  15. *.mod
  16. # Compiled Static libraries
  17. *.lai
  18. *.la
  19. *.a
  20. *.lib
  21. # Executables
  22. *.exe
  23. *.out
  24. *.app
  25. # ---> Objective-C
  26. # Xcode
  27. #
  28. # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
  29. ## Build generated
  30. build/
  31. DerivedData
  32. ## Various settings
  33. *.pbxuser
  34. !default.pbxuser
  35. *.mode1v3
  36. !default.mode1v3
  37. *.mode2v3
  38. !default.mode2v3
  39. *.perspectivev3
  40. !default.perspectivev3
  41. xcuserdata
  42. ## Other
  43. *.xccheckout
  44. *.moved-aside
  45. *.xcuserstate
  46. *.xcscmblueprint
  47. ## Obj-C/Swift specific
  48. *.hmap
  49. *.ipa
  50. # CocoaPods
  51. #
  52. # We recommend against adding the Pods directory to your .gitignore. However
  53. # you should judge for yourself, the pros and cons are mentioned at:
  54. # http://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
  55. #
  56. #Pods/
  57. # Carthage
  58. #
  59. # Add this line if you want to avoid checking in source code from Carthage dependencies.
  60. # Carthage/Checkouts
  61. Carthage/Build
  62. # ---> macOS
  63. .DS_Store
  64. .AppleDouble
  65. .LSOverride
  66. # Icon must end with two \r
  67. Icon
  68. # Thumbnails
  69. ._*
  70. # Files that might appear in the root of a volume
  71. .DocumentRevisions-V100
  72. .fseventsd
  73. .Spotlight-V100
  74. .TemporaryItems
  75. .Trashes
  76. .VolumeIcon.icns
  77. # Directories potentially created on remote AFP share
  78. .AppleDB
  79. .AppleDesktop
  80. Network Trash Folder
  81. Temporary Items
  82. .apdisk