forked from microsoft/WinObjC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
109 lines (102 loc) · 2.65 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
# Original list of files to ignore under GIT
*.opensdf
*.sdf
*.orig
*.opendb
*.pcm
*.idx
*.timestamp
ipch
Doxygen
AppPackages
Packages.dgml
packages
bin
.nuget
*~
TAGS
dirlistout
filelist.bat
filelistout
files.eld
*.bitremoved
Documents/
Library/
build/package/package.log
*.VC.db
tools/vsimporter/build/
tools/vsimporter/include/version.h
msvc/ClangCompileTask.pdb
# Build results
[Dd]ebug/
[Rr]elease/
BundleArtifacts/
[Oo]bj/
# User-specific files
*.suo
*.user
*.sln.docstates
*.lock.json
.vscode/
# Mac desktop service store files
.DS_Store
xcuserdata/
project.xcworkspace/
# Windows image file caches
Thumbs.db
ehthumbs.db
# Universal App
Generated/
Generated Files/
# Ignore all CF public headers. They get copied in from the Frameworks directory as a pre build step.
Include/CoreFoundation/CFStream.h
Include/CoreFoundation/CFStringEncodingExt.h
Include/CoreFoundation/CoreFoundation.h
Include/CoreFoundation/TargetConditionals.h
Include/CoreFoundation/CFMessagePort.h
Include/CoreFoundation/CFBinaryHeap.h
Include/CoreFoundation/CFBundle.h
Include/CoreFoundation/CFCalendar.h
Include/CoreFoundation/CFBitVector.h
Include/CoreFoundation/CFAvailability.h
Include/CoreFoundation/CFTree.h
Include/CoreFoundation/CFTimeZone.h
Include/CoreFoundation/CFError.h
Include/CoreFoundation/CFBag.h
Include/CoreFoundation/CFPlugIn.h
Include/CoreFoundation/CFXMLParser.h
Include/CoreFoundation/CFString.h
Include/CoreFoundation/CFSet.h
Include/CoreFoundation/CFUUID.h
Include/CoreFoundation/CFDate.h
Include/CoreFoundation/CFDictionary.h
Include/CoreFoundation/CFByteOrder.h
Include/CoreFoundation/CFUserNotification.h
Include/CoreFoundation/CFBase.h
Include/CoreFoundation/CFPreferences.h
Include/CoreFoundation/CFLocale.h
Include/CoreFoundation/CFSocket.h
Include/CoreFoundation/CFPropertyList.h
Include/CoreFoundation/CFArray.h
Include/CoreFoundation/CFRunLoop.h
Include/CoreFoundation/CFURLAccess.h
Include/CoreFoundation/CFDateFormatter.h
Include/CoreFoundation/CFMachPort.h
Include/CoreFoundation/CFPlugInCOM.h
Include/CoreFoundation/CFUtilities.h
Include/CoreFoundation/CFXMLNode.h
Include/CoreFoundation/CFURLComponents.h
Include/CoreFoundation/CFURL.h
Include/CoreFoundation/CFNumberFormatter.h
Include/CoreFoundation/CFCharacterSet.h
Include/CoreFoundation/CFNumber.h
Include/CoreFoundation/CFData.h
Include/CoreFoundation/CFAttributedString.h
Include/CoreFoundation/module.modulemap
# Ignore all CF shared private headers. They get copied in from the Frameworks directory as a pre build step.
Frameworks/Include/ForFoundationOnly.h
Frameworks/Include/CFBundlePriv.h
Frameworks/Include/CFPriv.h
Frameworks/Include/CFRuntime.h
Frameworks/Include/CFStreamPriv.h
Frameworks/Include/CFRegularExpression.h