File tree 1 file changed +2
-1
lines changed
io.sloeber.core/src/io/sloeber/core/api
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ public void run(IProgressMonitor internalMonitor) throws CoreException {
182
182
excludes [1 ] = project .getFolder (SLOEBER_ARDUINO_FOLDER_NAME ).getProjectRelativePath ()
183
183
.append (SOURCE_ENTRY_FILTER_ALL );
184
184
newSourceEntries [0 ] = new CSourceEntry (project .getFullPath (), excludes , ICSettingEntry .RESOLVED );
185
- IPath excludes2 [] = new IPath [8 ];
185
+ IPath excludes2 [] = new IPath [9 ];
186
186
excludes2 [0 ] = IPath .fromOSString ("**/*.ino" ); //$NON-NLS-1$
187
187
excludes2 [1 ] = IPath .fromOSString ("libraries/?*/**/doc*/**" ); //$NON-NLS-1$
188
188
excludes2 [2 ] = IPath .fromOSString ("libraries/?*/**/?xamples/**" ); //$NON-NLS-1$
@@ -191,6 +191,7 @@ public void run(IProgressMonitor internalMonitor) throws CoreException {
191
191
excludes2 [5 ] = IPath .fromOSString ("libraries/?*/**/third-party/**" ); //$NON-NLS-1$
192
192
excludes2 [6 ] = IPath .fromOSString ("libraries/**/._*" ); //$NON-NLS-1$
193
193
excludes2 [7 ] = IPath .fromOSString ("libraries/?*/utility/*/*" ); //$NON-NLS-1$
194
+ excludes2 [8 ] = IPath .fromOSString ("libraries/?*/Applications/**" ); //$NON-NLS-1$
194
195
195
196
/*
196
197
* CDT currently causes issues with ${ConfigName]
You can’t perform that action at this time.
0 commit comments