File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
io.sloeber.core/src/io/sloeber/core/api Expand file tree Collapse file tree 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 {
182182 excludes [1 ] = project .getFolder (SLOEBER_ARDUINO_FOLDER_NAME ).getProjectRelativePath ()
183183 .append (SOURCE_ENTRY_FILTER_ALL );
184184 newSourceEntries [0 ] = new CSourceEntry (project .getFullPath (), excludes , ICSettingEntry .RESOLVED );
185- IPath excludes2 [] = new IPath [8 ];
185+ IPath excludes2 [] = new IPath [9 ];
186186 excludes2 [0 ] = IPath .fromOSString ("**/*.ino" ); //$NON-NLS-1$
187187 excludes2 [1 ] = IPath .fromOSString ("libraries/?*/**/doc*/**" ); //$NON-NLS-1$
188188 excludes2 [2 ] = IPath .fromOSString ("libraries/?*/**/?xamples/**" ); //$NON-NLS-1$
@@ -191,6 +191,7 @@ public void run(IProgressMonitor internalMonitor) throws CoreException {
191191 excludes2 [5 ] = IPath .fromOSString ("libraries/?*/**/third-party/**" ); //$NON-NLS-1$
192192 excludes2 [6 ] = IPath .fromOSString ("libraries/**/._*" ); //$NON-NLS-1$
193193 excludes2 [7 ] = IPath .fromOSString ("libraries/?*/utility/*/*" ); //$NON-NLS-1$
194+ excludes2 [8 ] = IPath .fromOSString ("libraries/?*/Applications/**" ); //$NON-NLS-1$
194195
195196 /*
196197 * CDT currently causes issues with ${ConfigName]
You can’t perform that action at this time.
0 commit comments