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