
			THE L.B.U EXCLUSION FILE
        ***********************************************************
        * It is suggested that you read this help text if you are *
        * using the file exclusion facility for the firt time.    * 
        ***********************************************************

	This function will attempt to invoke your default editor
	(as specified by $EDITOR) to edit the LBU Exclusions File.
	If $EDITOR is not defined then vi will be used as a default.

	The format of the exclusions file is as follows:

			ONE ENTRY PER LINE

	Where an entry is : A file name or a group of file names.

	EXAMPLES :

	/tmp/file_name    (a fully qualified path to a single file)
	/tmp/fil*_name	  (a fully qualified path to a group of files)
	/tmp/*            (all files in a fully qualified directory)
	*.o		  (all files ending in .o)

	NOTES : 
		No checking is performed by L.B.U for the validity of
		entries in the Exclusions File.

		If you specify a file, foo.bar, is to be excluded but
		also specifically state that foo.bar is to be backed up
		in the Files/Dir main menu selection, it WILL be backed 
		up.

