forked from microsoft/WinObjC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
137 lines (124 loc) · 3.11 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
# Original list of files to ignore under GIT
*.opensdf
*.sdf
*.orig
*.opendb
*.pcm
*.idx
*.timestamp
ipch
Doxygen
AppPackages
Packages.dgml
packages
bin
.nuget
.vs
*~
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/
[Oo]SX/
*.o
# Test results
tmp
# User-specific files
*.suo
*.swp
*.user
*.sln.docstates
*.lock.json
.vscode/
*.nuget.targets
*.nuget.props
# Mac desktop service store files
.DS_Store
xcuserdata/
project.xcworkspace/
# Windows image file caches
Thumbs.db
ehthumbs.db
# Universal App
Generated/
Generated Files/
#Ignore WexLogFileOutput, this is will get created by the WexLogger if WTTRunWorkingDir is not set
WexLogFileOutput
# 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/CFBridgeUtilities.h
Frameworks/Include/CFPriv.h
Frameworks/Include/CFRuntime.h
Frameworks/Include/CFStreamPriv.h
Frameworks/Include/CFRegularExpression.h
*nuget.props
*nuget.targets
*.log
#### DO NOT IGNORE ####
# The prebuilts! We want those.
!/**/deps/prebuilt/**/[Dd]ebug
!/**/deps/prebuilt/**/[Rr]elease
# The build package /bin, and the build tools bin/
!/tools/bin
!/**/msvc/**/bin
.tools