Skip to content

Commit 6937838

Browse files
author
jan
committed
I had vergotten that in the previous commit
1 parent e636455 commit 6937838

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

io.sloeber.core/src/io/sloeber/core/api/SloeberProject.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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]

0 commit comments

Comments
 (0)