File tree 1 file changed +3
-1
lines changed
io.sloeber.core/src/io/sloeber/core/api
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -447,7 +447,7 @@ public void run(IProgressMonitor internalMonitor) throws CoreException {
447
447
IPath path = newProjectHandle .getFolder (rootCodeFolder ).getFullPath ();
448
448
newSourceEntries [0 ] = new CSourceEntry (path , null , ICSettingEntry .RESOLVED );
449
449
}
450
- IPath excludes [] = new IPath [8 ];
450
+ IPath excludes [] = new IPath [9 ];
451
451
excludes [0 ] = IPath .fromOSString ("**/*.ino" ); //$NON-NLS-1$
452
452
excludes [1 ] = IPath .fromOSString ("libraries/?*/**/doc*/**" ); //$NON-NLS-1$
453
453
excludes [2 ] = IPath .fromOSString ("libraries/?*/**/?xamples/**" ); //$NON-NLS-1$
@@ -456,6 +456,8 @@ public void run(IProgressMonitor internalMonitor) throws CoreException {
456
456
excludes [5 ] = IPath .fromOSString ("libraries/?*/**/third-party/**" ); //$NON-NLS-1$
457
457
excludes [6 ] = IPath .fromOSString ("libraries/**/._*" ); //$NON-NLS-1$
458
458
excludes [7 ] = IPath .fromOSString ("libraries/?*/utility/*/*" ); //$NON-NLS-1$
459
+ excludes [8 ] = IPath .fromOSString ("libraries/?*/Applications/**" ); //$NON-NLS-1$
460
+
459
461
460
462
/*
461
463
* CDT currently causes issues with ${ConfigName]
You can’t perform that action at this time.
0 commit comments