forked from pEp.foundation/pEpMIME
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
100 lines
1.2 KiB
Plaintext
100 lines
1.2 KiB
Plaintext
![]()
2 years ago
|
local.conf
|
||
|
*.d
|
||
|
*.d.*
|
||
|
*.o
|
||
|
*~
|
||
|
*.swp
|
||
|
*.a
|
||
|
*.dylib
|
||
|
*.so
|
||
|
*.exe
|
||
|
Debug
|
||
|
Release
|
||
|
*.lib
|
||
|
*.obj
|
||
|
.DS_Store
|
||
|
ws
|
||
|
*.dSYM*
|
||
|
tags
|
||
|
.cache
|
||
|
.tags
|
||
|
fuzz
|
||
|
unittests
|
||
|
|
||
|
## build-mac
|
||
|
build_macOS/pEpMIME4macOS/build/
|
||
|
### Objective-C ###
|
||
|
# Xcode
|
||
|
|
||
|
## Build generated
|
||
|
build/
|
||
|
DerivedData/
|
||
|
|
||
|
## Various settings
|
||
|
*.pbxuser
|
||
|
!default.pbxuser
|
||
|
*.mode1v3
|
||
|
!default.mode1v3
|
||
|
*.mode2v3
|
||
|
!default.mode2v3
|
||
|
*.perspectivev3
|
||
|
!default.perspectivev3
|
||
|
xcuserdata/
|
||
|
|
||
|
## Other
|
||
|
*.moved-aside
|
||
|
*.xccheckout
|
||
|
*.xcscmblueprint
|
||
|
|
||
|
## Obj-C/Swift specific
|
||
|
*.hmap
|
||
|
*.ipa
|
||
|
*.dSYM.zip
|
||
|
*.dSYM
|
||
|
|
||
|
### Objective-C Patch ###
|
||
|
|
||
|
### OSX ###
|
||
|
# General
|
||
|
.DS_Store
|
||
|
.AppleDouble
|
||
|
.LSOverride
|
||
|
|
||
|
# Icon must end with two \r
|
||
|
Icon
|
||
|
|
||
|
# Thumbnails
|
||
|
._*
|
||
|
|
||
|
# Files that might appear in the root of a volume
|
||
|
.DocumentRevisions-V100
|
||
|
.fseventsd
|
||
|
.Spotlight-V100
|
||
|
.TemporaryItems
|
||
|
.Trashes
|
||
|
.VolumeIcon.icns
|
||
|
.com.apple.timemachine.donotpresent
|
||
|
|
||
|
# Directories potentially created on remote AFP share
|
||
|
.AppleDB
|
||
|
.AppleDesktop
|
||
|
Network Trash Folder
|
||
|
Temporary Items
|
||
|
.apdisk
|
||
|
|
||
|
|
||
|
## Playgrounds
|
||
|
timeline.xctimeline
|
||
|
playground.xcworkspace
|
||
|
|
||
|
# Swift Package Manager
|
||
|
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
|
||
|
# Packages/
|
||
|
# Package.pins
|
||
|
# Package.resolved
|
||
|
.build/
|
||
|
|
||
|
|
||
|
### Xcode Patch ###
|
||
|
**/xcshareddata/WorkspaceSettings.xcsettings
|