forked from apache/flex-blazeds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
222 lines (206 loc) · 4.49 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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
# eclipse conf file
.settings
.classpath
.project
.manager
.scala_dependencies
.cache
# idea conf files
.idea
*.iml
*.ipr
*.iws
# building
target
[Bb]uild/
null
tmp
temp
dist
test-output
build.log
release
out
gen
local.properties
#Apache Flex Projects
lib/
libs/
in/
swfobject/
flex2/
thirdparty/
tempDoc/
air/
*.pbj
*.vms
*.ser
*.mxp
bundles.properties
css_*.properties
FXGException_*.properties
FXGLog_*.properties
FABridge.js
frameworks/projects/spark/manifest.xml
env.properties
local.properties
packages.dita
rat.report
airsdk.xml
#OS junk files
[Tt]humbs.db
*.DS_Store
#Visual Studio files
*.[Oo]bj
*.user
*.aps
*.pch
*.vspscc
*.vssscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.[Cc]ache
*.ilk
*.log
*.lib
*.sbr
*.sdf
ipch/
obj/
[Bb]in
[Dd]ebug*/
[Rr]elease*/
Ankh.NoLoad
#Tooling
_ReSharper*/
*.resharper
[Tt]est[Rr]esult*
#CVS files
.svn
.git
# Office Temp Files
~$*
#Binaries
*.dll
*.bin
*.com
*.exe
*.class
*.jar
*.swf
*.swc
#Compressed Files
*.zip
*.rar
*.tar
/asdoc-output/
#mustellarunner
*.patch
*.reply
mailbody.txt
gitstatus.txt
#AIR SDK
frameworks/projects/air/
runtimes/
templates/air/
samples/badge/
samples/icons/
templates/air/
templates/extensions/
templates/sdk/
install/android
AIR SDK Readme.txt
AIR SDK license.pdf
air-sdk-description.xml
samples/descriptor-sample.xml
include/FlashRuntimeExtensions.h
#BlazeDS generated/copied
apps/blazeds/WEB-INF/flex/version.properties
apps/ds-console/history/
apps/ds-console/index.html
apps/ds-console/swfobject.js
apps/samples/WEB-INF/classes/
apps/samples/WEB-INF/flex/version.properties
asdoc/
frameworks/air-config-template.xml
frameworks/air-config.xml
frameworks/airmobile-config-template.xml
frameworks/airmobile-config.xml
frameworks/apache-manifest.xml
frameworks/build_framework.xml
frameworks/downloads.xml
frameworks/experimental-manifest.xml
frameworks/experimental-mobile-manifest.xml
frameworks/flash-unicode-table.xml
frameworks/flex-config-template.xml
frameworks/flex-config.xml
frameworks/flex-sdk-description.xml
frameworks/locale/
frameworks/metadata.xml
frameworks/mx-manifest.xml
frameworks/mxml-2009-manifest.xml
frameworks/mxml-manifest.xml
frameworks/spark-manifest.xml
frameworks/tests/
frameworks/themes/
remoting/classes/
core/classes/
core/src/ExcludeDoclet.java
qa/resources/config/air-config.xml
qa/resources/config/flex-config.xml
resources/security/tomcat/TomcatValve.java
servers/apache-tomcat-6.0.29/
templates/
apps/team/WEB-INF/flex/air-config.xml
apps/team/WEB-INF/flex/apache-manifest.xml
apps/team/WEB-INF/flex/experimental-manifest.xml
apps/team/WEB-INF/flex/experimental-mobile-manifest.xml
apps/team/WEB-INF/flex/flash-unicode-table.xml
apps/team/WEB-INF/flex/flex-config.xml
apps/team/WEB-INF/flex/flex-sdk-description.xml
apps/team/WEB-INF/flex/flex-webtier-config.xml
apps/team/WEB-INF/flex/locale/
apps/team/WEB-INF/flex/mx-manifest.xml
apps/team/WEB-INF/flex/mxml-2009-manifest.xml
apps/team/WEB-INF/flex/mxml-manifest.xml
apps/team/WEB-INF/flex/spark-manifest.xml
apps/team/WEB-INF/flex/themes/
apps/team/WEB-INF/web.xml
apps/team/history/
qa/apps/qa-manual/WEB-INF/flex/apache-manifest.xml
qa/apps/qa-manual/WEB-INF/flex/experimental-manifest.xml
qa/apps/qa-manual/WEB-INF/flex/experimental-mobile-manifest.xml
qa/apps/qa-manual/WEB-INF/flex/flash-unicode-table.xml
qa/apps/qa-manual/WEB-INF/flex/flex-sdk-description.xml
qa/apps/qa-manual/WEB-INF/flex/locale/
qa/apps/qa-manual/WEB-INF/flex/mx-manifest.xml
qa/apps/qa-manual/WEB-INF/flex/mxml-2009-manifest.xml
qa/apps/qa-manual/WEB-INF/flex/mxml-manifest.xml
qa/apps/qa-manual/WEB-INF/flex/spark-manifest.xml
qa/apps/qa-manual/WEB-INF/flex/themes/
qa/apps/qa-manual/WEB-INF/flex/version.properties
qa/apps/qa-manual/WEB-INF/src/qa/utils/mxml/
qa/apps/qa-manual/WEB-INF/web.xml
qa/apps/qa-manual/history/
qa/apps/qa-regress/WEB-INF/classes/
qa/apps/qa-regress/WEB-INF/flex/apache-manifest.xml
qa/apps/qa-regress/WEB-INF/flex/experimental-manifest.xml
qa/apps/qa-regress/WEB-INF/flex/experimental-mobile-manifest.xml
qa/apps/qa-regress/WEB-INF/flex/flash-unicode-table.xml
qa/apps/qa-regress/WEB-INF/flex/flex-sdk-description.xml
qa/apps/qa-regress/WEB-INF/flex/locale/
qa/apps/qa-regress/WEB-INF/flex/mx-manifest.xml
qa/apps/qa-regress/WEB-INF/flex/mxml-2009-manifest.xml
qa/apps/qa-regress/WEB-INF/flex/mxml-manifest.xml
qa/apps/qa-regress/WEB-INF/flex/spark-manifest.xml
qa/apps/qa-regress/WEB-INF/flex/themes/
qa/apps/qa-regress/WEB-INF/flex/version.properties
qa/apps/qa-regress/WEB-INF/src/qa/utils/
qa/apps/qa-regress/WEB-INF/web.xml
qa/apps/qa-regress/WEB-INF/web.xml.spring
qa/apps/qa-regress/history/