build/buildutils/checkfilenames.py
branchGCC_SURGE
changeset 40 c6043ea9b06a
parent 35 85266cc22c7f
child 80 d6dafc5d983f
equal deleted inserted replaced
38:854be117f6a5 40:c6043ea9b06a
    40      ".classpath_qt", ".classpath_qt_j2me",
    40      ".classpath_qt", ".classpath_qt_j2me",
    41     ".cmd", ".comp", ".conf", ".css", ".confml", ".cpp", ".cproject", ".crml",
    41     ".cmd", ".comp", ".conf", ".css", ".confml", ".cpp", ".cproject", ".crml",
    42     ".cvsignore", ".dat", ".dcf", ".def", ".defs", ".dll", ".der", ".doc",
    42     ".cvsignore", ".dat", ".dcf", ".def", ".defs", ".dll", ".der", ".doc",
    43     ".dr", ".dso", ".dsp", ".dsw", ".dtd",
    43     ".dr", ".dso", ".dsp", ".dsw", ".dtd",
    44     ".emx", ".exe", ".flm", ".gcfml", ".gif",
    44     ".emx", ".exe", ".flm", ".gcfml", ".gif",
    45     ".h", ".hrh", ".html", ".iby", ".inf", ".ini", ".inl",
    45     ".h", ".hrh", ".htm", ".html", ".iby", ".inf", ".ini", ".inl",
    46     ".jad", ".jar", ".java", ".javaversion", ".jpeg", ".jpg", ".js", ".jsp", ".jupiter",
    46     ".jad", ".jar", ".java", ".javaversion", ".jpeg", ".jpg", ".js", ".jsp", ".jupiter",
    47     ".key", ".ks", ".launch", ".lib", ".loc", ".log",
    47     ".key", ".ks", ".launch", ".lib", ".loc", ".log",
    48     ".mak", ".make", "makefile", "makefile_akn", "makefile_qt",  "manifest", ".mbm", ".mdl",
    48     ".mak", ".make", "makefile", "makefile_akn", "makefile_qt",  "manifest", ".mbm", ".mdl",
    49     ".meta", ".metadata", ".metaxml", ".mf", ".mif", ".mk", ".mmh", ".mmp",
    49     ".meta", ".metadata", ".metaxml", ".mf", ".mif", ".mk", ".mmh", ".mmp",
    50     ".m3g", ".nonqt", ".odc",
    50     ".m3g", ".nonqt", ".odc",
    61 # Peculiar filenames under jrt/tools directory:
    61 # Peculiar filenames under jrt/tools directory:
    62     "exemakefile", "ijg_readme", "objmakefile", "staticlibmakefile", "testexemakefile",
    62     "exemakefile", "ijg_readme", "objmakefile", "staticlibmakefile", "testexemakefile",
    63     "findtr", "syncqt", "new",
    63     "findtr", "syncqt", "new",
    64 # Other peculiar filenames:
    64 # Other peculiar filenames:
    65     "installerodclist", "installerodclist30", "midpodclist", "midpodclist30",
    65     "installerodclist", "installerodclist30", "midpodclist", "midpodclist30",
    66     "notice", "package-list", "tckrunnerodclist", "tckrunnerodclist30", "unknowncert",
    66     "notice", "package-list", "tckrunnerodclist", "tckrunnerodclist30", "unknowncert","midprootslist",
       
    67     "javacontrolpanelodclist", "javacontrolpanelodclist30",
    67 ]
    68 ]
    68 
    69 
    69 # Command line options.
    70 # Command line options.
    70 opts = None
    71 opts = None
    71 # Status code to be returned when script exits.
    72 # Status code to be returned when script exits.