Files @ 6e11d567188a
Branch filter:

Location: SlatePermutate/.hgignore

binki
Add support for manually specifying the base_uri.

This is necessary for me to continue developing on my messed up mpm_peruser
installation of slate_permutate since my apache's idea of its hostname is
wrong.
style: regex

# ignore all saved schedules, but keep track of the .keep file.
^saved_schedules/[^.]
# ignore all of cache except for the .keep file
^cache/[^.]

# ignore .htaccess because we only want .htaccess.example in the repo
^\.htaccess$

# ignore inc/config.inc because we only want inc/config.inc.example in
# the repo
^inc/config\.inc$

# ignore common unwanted suffixes
(~|\.orig|\.rej)$

# Doxygen-generated stuff
^slate_permutate.tagfile
^html/