Index: trunk/src/org/openstreetmap/josm/data/osm/OsmPrimitive.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/osm/OsmPrimitive.java	(revision 3340)
+++ trunk/src/org/openstreetmap/josm/data/osm/OsmPrimitive.java	(revision 3341)
@@ -635,5 +635,6 @@
             uninteresting = Main.pref.getCollection("tags.uninteresting",
                     Arrays.asList(new String[]{"source", "source_ref", "source:", "note", "comment",
-                            "converted_by", "created_by", "watch", "watch:"}));
+                            "converted_by", "created_by", "watch", "watch:", "fixme", "FIXME",
+                            "description"}));
         }
         return uninteresting;
