-
Notifications
You must be signed in to change notification settings - Fork 14
/
.jazzignore
123 lines (120 loc) · 2.67 KB
/
.jazzignore
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
### Jazz Ignore 0
# Default value for core.ignore.recursive is *.class
# Changing this value changes check-in behaviour for the entire project.
#
# Default value for core.ignore is bin
# Changing this value changes check-in behaviour for the local directory.
#
# Ignore properties should contain a space separated list of filename patterns.
# Each pattern is case sensitive and surrounded by braces ('{' and '}').
# "*" matches zero or more characters, and "?" matches single characters.
#
# e.g: {*.sh} {\.*} ignores shell scripts and hidden files
# NOTE: modifying ignore files will not change the ignore status of derived
# resources.
core.ignore.recursive= \
{*.class}
core.ignore= \
{.autotools} \
{.cproject} \
{.project} \
{.settings} \
{Agent.asm} \
{AgentReceiver.asm} \
{Bucket.asm} \
{BucketDataQueueEntry.asm} \
{BucketList.asm} \
{Buckets.asm} \
{CFacade.asm} \
{CPU} \
{Clients.asm} \
{ConnectorManager.asm} \
{ENVMXBean.asm} \
{EnvironmentDataProvider.java} \
{File.asm} \
{FileUtils.asm} \
{HLConnector.asm} \
{HLConnectorPlugin.asm} \
{Heap.asm} \
{HelloWorld.java} \
{JMXConnector.asm} \
{JMXConnectorPlugin.asm} \
{JMXPullSource.asm} \
{JMXSourceManager.asm} \
{JMXSources.asm} \
{JMXUtility.asm} \
{LegacyData.asm} \
{LinkedList.asm} \
{LockingDataProvider.asm} \
{Log.asm} \
{LogManager.asm} \
{Logger.asm} \
{Logging.asm} \
{MQTTAsync.asm} \
{MQTTConnector.asm} \
{MQTTPacket.asm} \
{MQTTPacketOut.asm} \
{MQTTPersistence.asm} \
{MQTTPersistenceDefault.asm} \
{MQTTProtocolClient.asm} \
{MQTTProtocolOut.asm} \
{MainClass.java} \
{MemoryCounterDataProvider.asm} \
{MemoryDataProvider.asm} \
{Messages.asm} \
{MethodLookupProvider.asm} \
{MonitorDataQueue.asm} \
{OSJMXPullSource.asm} \
{OSMXBean.asm} \
{OStreamConnector.asm} \
{Port.asm} \
{Process.asm} \
{Properties.asm} \
{PropertiesFile.asm} \
{PullSourceCounter.asm} \
{Queues.asm} \
{RT} \
{RTJMXPullSource.asm} \
{RTMXBean.asm} \
{Socket.asm} \
{SocketBuffer.asm} \
{StackTrace.asm} \
{SystemReceiver.asm} \
{Thread.asm} \
{ThreadData.asm} \
{ThreadDataProvider.asm} \
{ThreadPool.asm} \
{Threadpool.asm} \
{TraceDataProvider.asm} \
{TraceReceiver.asm} \
{Tree.asm} \
{WorkerThread.asm} \
{WorkerThreadControl.asm} \
{bin} \
{build} \
{environment} \
{healthcenter.asm} \
{healthcenter.res} \
{libz.so} \
{libzmia.so} \
{locking} \
{log_file.txt} \
{log_filewin.txt} \
{logfile.txt} \
{logfile2.txt} \
{memory} \
{memorycounters} \
{methoddictionary} \
{output} \
{plugin.asm} \
{pr1.py} \
{prueba.java} \
{pruebajni.cpp} \
{strUtils.asm} \
{sysUtils.asm} \
{test.asm} \
{threads} \
{trace} \
{utf-8.asm} \
{vc120.pdb} \
{zip.asm}