Exclude Patterns
These are patterns which you want to exclude. Patterns are seperated with spaces. Normal shell expressions are accepted.

For example, if you wanted to exclude all files ending in ".c", you would enter:

  *.c

If you wanted to exclude all source/object files you would enter something like:

  *.c *.h *.o