Index: /trunk/scripts/SyncEditorLayerIndex.groovy
===================================================================
--- /trunk/scripts/SyncEditorLayerIndex.groovy	(revision 12245)
+++ /trunk/scripts/SyncEditorLayerIndex.groovy	(revision 12246)
@@ -158,5 +158,5 @@
             s = "<pre style=\"margin:3px;color:"+color+"\">"+s.replaceAll("&","&amp;").replaceAll("<","&lt;").replaceAll(">","&gt;")+"</pre>"
         }
-        if ((s.startsWith("+ ") || s.startsWith("+++ ELI")) && options.noeli) {
+        if ((s.startsWith("+ ") || s.startsWith("+++ ELI") || s.startsWith("#")) && options.noeli) {
             return
         }
