File type patterns determine how Superversion treats individual files in your work area.
File types:
- Auto: auto detect text/binary based on contents
- Binary: binary file (don't diff/merge)
- Text: text file (linewise diff/merge)
- Ignore: ignore file (don't store in repository)
Wildcards:
* - arbitrary characters within a file or directory name
** - zero, one or more directories