Blame .headache.config

Packit 802e35
##########################################################################
Packit 802e35
#  ocaml-gettext : a library to translate messages                       #
Packit 802e35
#                                                                        #
Packit 802e35
#  Copyright (C) 2003-2007 Sylvain Le Gall <sylvain@le-gall.net>         #
Packit 802e35
#                                                                        #
Packit 802e35
#  This library is free software; you can redistribute it and/or         #
Packit 802e35
#  modify it under the terms of the GNU Lesser General Public            #
Packit 802e35
#  License as published by the Free Software Foundation; either          #
Packit 802e35
#  version 2.1 of the License, or (at your option) any later version;    #
Packit 802e35
#  with the OCaml static compilation exception.                          #
Packit 802e35
#                                                                        #
Packit 802e35
#  This library is distributed in the hope that it will be useful,       #
Packit 802e35
#  but WITHOUT ANY WARRANTY; without even the implied warranty of        #
Packit 802e35
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU     #
Packit 802e35
#  Lesser General Public License for more details.                       #
Packit 802e35
#                                                                        #
Packit 802e35
#  You should have received a copy of the GNU Lesser General Public      #
Packit 802e35
#  License along with this library; if not, write to the Free Software   #
Packit 802e35
#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307   #
Packit 802e35
#  USA                                                                   #
Packit 802e35
##########################################################################
Packit 802e35
Packit 802e35
| ".*README.*"           -> no
Packit 802e35
| ".*COPYING.*"          -> no
Packit 802e35
| ".*\.doap"             -> skip match:"<\?xml.*>"
Packit 802e35
| ".*\.doap"             -> lines open:""
Packit 802e35
| ".*\.xml"              -> skip match:"<\?xml.*>"
Packit 802e35
| ".*\.xml"              -> lines open:""
Packit 802e35
| ".*\.patch"            -> no
Packit 802e35
| "CHANGELOG"            -> no
Packit 802e35
| "THANKS"               -> no
Packit 802e35
| "TODO"                 -> no
Packit 802e35
| "install-sh"           -> no
Packit 802e35
| "missing"              -> no
Packit 802e35
| "configure"            -> no
Packit 802e35
| "INSTALL"              -> no
Packit 802e35
| "configure.in"         -> frame open:"dnl *" line:"*" close:"*"
Packit 802e35
| "aclocal.m4"           -> frame open:"#" line:"#" close:"#"
Packit 802e35
| ".*\\.ml\\.in"         -> frame open:"(*" line:"*" close:"*)" 
Packit 802e35
| ".*\\.ml"              -> skip match:"(\\*pp .* \\*)"
Packit 802e35
| "\\.headache\\.config" -> frame open:"#" line:"#" close:"#"
Packit 802e35
| ".*\\.swp"             -> no
Packit 802e35
| ".*\\.po"              -> no
Packit 802e35
| ".*\\.mo"              -> no
Packit 802e35
| "META"                 -> frame open:"#" line:"#" close:"#"
Packit 802e35
| "META.in"              -> frame open:"#" line:"#" close:"#"
Packit 802e35
| "\\.announce"          -> no
Packit 802e35
| "POTFILES"             -> no            
Packit 802e35
| "LINGUAS"              -> no            
Packit 802e35
| ".*\\.pot"             -> no            
Packit 802e35
| ".*\\.png"             -> no            
Packit 802e35
| "\\.header"            -> no