X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2Fplugins%2Fcodelite.py;h=0797da98aecacf205e9f375a43888ee5b7168d5a;hb=73f44b2bb0d5fe6d39ffc894bf13ff063b19237c;hp=398a90d5ad9330bcd0fad5c2f3ee690ccb65da92;hpb=8fb6ea934eedc5b0b976cb80752f2c0237bef864;p=bertos.git diff --git a/wizard/plugins/codelite.py b/wizard/plugins/codelite.py index 398a90d5..0797da98 100644 --- a/wizard/plugins/codelite.py +++ b/wizard/plugins/codelite.py @@ -91,7 +91,7 @@ def findSources(path): if dir.find("svn") == -1 and dir != "images" and dir != "obj": file_dict[root.replace(path, "")]["dirs"].append(dir) for file in files: - if file.endswith(const.EXTENSION_FILTER): + if file.endswith(const.EXTENSION_FILTER) and file != "buildrev.h": file_dict[root.replace(path, "")]["files"].append(file) return file_dict