blob: bdb87b34bd22ab3c41f43553f458675312c21274 [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# cvs files and directories
\bCVS\b
,v$
# all object files
\.o
# Module::Build generated files and dirs.
^Build$
^blib/
^_build
^MYMETA.yml$
# Module::Build generated files and dirs within clownfish.
^clownfish/Build$
^clownfish/blib
^clownfish/_build
^clownfish/MYMETA.yml$
^clownfish/include/ppport.h
^clownfish/lib/Clownfish.c$
# autogenerated by custom Build.PL
Lucy\.xs$
^typemap$
# Makemaker generated files and dirs.
^MANIFEST\.
^Makefile$
^Makefile\.old$
^MakeMaker-\d
pm_to_blib
# hidden files
^\.
/\.
# Apple window status files
\.DS_Store
# vim swap files
\.swp$
# log files
\.log$
# test indexes which may be lying around
test_index/
# benchmarking corpora
lucy_index\b
lucene_index\b
extracted_corpus\b
# various detritus
^helper
^_Inline
\.gz$
\.ERR$
^MYMETA.yml$