##
# /etc/pack.list: list of files to be packed by pack
##
# configuration file syntax:
# **************************
#   <REC>    recurse and retrieve all symlinks
#   <LINK>   only use readlink
#            [nothing]: file only, do not include link traversal
##-----------------------------------------------------------------------------

##-----------------------------------------------------------------------------
# PERMANENT SECTION: FILES THAT >>ALWAYS<< SHOULD BE CONSIDERED
##-----------------------------------------------------------------------------
<REC> /home/gerrit/software                              # this is a comment =)
<REC> /home/gerrit/Docs/manuals                          # manuals


##-----------------------------------------------------------------------------
# TEMPORARY SECTION: FILES THAT ARE IMPORTANT ONLY FOR A SHORT WHILE
##-----------------------------------------------------------------------------
# this is a tough one and uses bash glob expansion
/home/gerrit/.{bash?[place]*,exrc,functions,dircolors}

<REC> /opt/programming/C/
