Blame _headache.config

Packit 9ff65e
##############################################################################
Packit 9ff65e
#  ocaml-fileutils: files and filenames common operations                    #
Packit 9ff65e
#                                                                            #
Packit 9ff65e
#  Copyright (C) 2003-2014, Sylvain Le Gall                                  #
Packit 9ff65e
#                                                                            #
Packit 9ff65e
#  This library is free software; you can redistribute it and/or modify it   #
Packit 9ff65e
#  under the terms of the GNU Lesser General Public License as published by  #
Packit 9ff65e
#  the Free Software Foundation; either version 2.1 of the License, or (at   #
Packit 9ff65e
#  your option) any later version, with the OCaml static compilation         #
Packit 9ff65e
#  exception.                                                                #
Packit 9ff65e
#                                                                            #
Packit 9ff65e
#  This library is distributed in the hope that it will be useful, but       #
Packit 9ff65e
#  WITHOUT ANY WARRANTY; without even the implied warranty of                #
Packit 9ff65e
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the file         #
Packit 9ff65e
#  COPYING for more details.                                                 #
Packit 9ff65e
#                                                                            #
Packit 9ff65e
#  You should have received a copy of the GNU Lesser General Public License  #
Packit 9ff65e
#  along with this library; if not, write to the Free Software Foundation,   #
Packit 9ff65e
#  Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA             #
Packit 9ff65e
##############################################################################
Packit 9ff65e
Packit 9ff65e
| "aclocal\\.m4"         -> no
Packit 9ff65e
| ".*\\.patch"           -> no
Packit 9ff65e
| "install-sh"           -> no
Packit 9ff65e
| "missing"              -> no
Packit 9ff65e
| "config\\.log"         -> no
Packit 9ff65e
| "config\\.status"      -> no
Packit 9ff65e
| "configure"            -> no
Packit 9ff65e
| ".*\\.sh"              -> skip match:"#!.*"
Packit 9ff65e
| ".*\\.sh"              -> frame open:"#" line:"#" close:"#"
Packit 9ff65e
| "autogen\\.sh"         -> frame open:"#" line:"#" close:"#"
Packit 9ff65e
| "configure\\.in"       -> frame open:"dnl *" line:"*" close:"*"
Packit 9ff65e
| "configure\\.ac"       -> frame open:"dnl *" line:"*" close:"*"
Packit 9ff65e
| ".*\\.xml"             -> skip match:"<\?xml.*>"
Packit 9ff65e
| ".*\\.xml"             -> lines open:""
Packit 9ff65e
| ".*\\.ml\\.in"         -> frame open:"(*" line:"*" close:"*)"
Packit 9ff65e
| ".*\\.ml"              -> skip match:"(\\*pp .* \\*)"
Packit 9ff65e
| "_headache\\.config"   -> frame open:"#" line:"#" close:"#"
Packit 9ff65e
| ".*\\.swp"             -> no
Packit 9ff65e
| ".*\\.po"              -> no
Packit 9ff65e
| ".*\\.mo"              -> no
Packit 9ff65e
| "META"                 -> frame open:"#" line:"#" close:"#"
Packit 9ff65e
| "META\\.in"            -> frame open:"#" line:"#" close:"#"
Packit 9ff65e
| "POTFILES"             -> no
Packit 9ff65e
| "LINGUAS"              -> no
Packit 9ff65e
| ".*\\.pot"             -> no
Packit 9ff65e
| ".*\\.png"             -> no
Packit 9ff65e
| "\\.announce"          -> no
Packit 9ff65e
| ".*\\.mllib"           -> frame open:"#" line:"#" close:"#"
Packit 9ff65e
| ".*\\.itarget"         -> frame open:"#" line:"#" close:"#"
Packit 9ff65e
| ".*\\.itarget.in"      -> frame open:"#" line:"#" close:"#"
Packit 9ff65e
| ".*\\.odocl"           -> frame open:"#" line:"#" close:"#"
Packit 9ff65e
| "_tags"                -> frame open:"#" line:"#" close:"#"
Packit 9ff65e
| "\\.boring"            -> no
Packit 9ff65e
| "\\.gitignore"         -> no
Packit 9ff65e
| ".*\\.txt"             -> no
Packit 9ff65e
| ".*\.tar\\.gz"         -> no
Packit 9ff65e
| ".*\.tar\\.gz\\.asc"   -> no
Packit 9ff65e
| "setup\\.log"          -> no
Packit 9ff65e
| "setup\\.data"         -> no
Packit 9ff65e
| ".*\\.bak"             -> no
Packit 9ff65e
| "_oasis"               -> no
Packit 9ff65e
| "_header"              -> no
Packit 9ff65e
| ".*\\.lua"             -> no
Packit 9ff65e
| ".*\\.py"              -> no
Packit 9ff65e
| ".*\\.pyc"             -> no
Packit 9ff65e
| ".*\\.ico"             -> no
Packit 9ff65e
| ".*\\.mkd\\.tmpl"      -> no
Packit 9ff65e
| ".*\\.mkd"             -> no
Packit 9ff65e
| ".*\\.html"            -> no
Packit 9ff65e
| ".*\\.css"             -> frame open:"/*" line:"*" close:"*/"
Packit 9ff65e
| ".*\\.svg"             -> skip match:"<\?xml.*>"
Packit 9ff65e
| ".*\\.svg"             -> lines open:""