You can prevent certain file types from appearing within a TIBCO Designer project by adding the file type extension to the filteredfiles.txt file. File types listed in f
ilteredfiles.txt will not be visible in TIBCO Designer projects. This is useful in building an ignore list for file types you don’t want displayed in your projects. If you are using a revision control system, adding an ignore list for unwanted file types prevents you from accidentally adding these to the repository during a commit.
Each line in filteredfiles.txt must start with a token, which is an arbitrary name. The token must not be repeated in the line. Each entry must be separated by a colon. An entry can use * as a wildcard. For example, for the following line, sfs.rcs.adapter.tool is the token and *.lck indicates that any file with the .lck file type extension will not be displayed in a TIBCO Designer project.