Files @ bbb436f2315b
Branch filter:

Location: SlatePermutate/.hgignore

binki
Move most WebAdvisor crawling code out from calvin.crawl.inc, developed to work with a new cornerstone crawler, fixing bug #145.
style: regex

# ignore all saved schedules, but keep track of the .keep file.
^saved_schedules/[^.]
^saved_schedules/\.s3_cache
# 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/