Managing Ignore Patterns

Ignore patterns inform the version control feature about which directories, files, and file types to not include in the version control repository.

By default, the following directories and file extensions are ignored:

  • /cbases/*
  • /data/*
  • /logs/*
  • /models/*
  • /staging/*
  • /temp/*
  • *.cbase
  • *.cbase-tmp-*

  • *.mdl including all md* files (where * is 0–9) and mdc* continuation files

NOTE: All journal (*.jou), archive (*.archive), and log (*.log) files are ignored internally and do not display on the ignore patterns list.

NOTE: For projects created with release 7.0(31) or later, there is a new directory structure. The automatic default ignore patterns take this structure into account.

The automatic default patterns ensure that you do not include large or temporary files. See Default Folder Structure for information about the directory structure and which directories do and do not default to use version control. The additional ignore patterns are set when you choose to use the automated version control feature. For more information, see Automating Version Control.

See also: