Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
apply gitignores patch from Dan Markham, LUCY-190
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/incubator/lucy/trunk@1204113 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Peter Karman committed Nov 20, 2011
1 parent 2f3533b commit 39b00e0
Show file tree
Hide file tree
Showing 10 changed files with 103 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
*.o
8 changes: 8 additions & 0 deletions charmonizer/.gitignore
@@ -0,0 +1,8 @@
TestDirManip
TestFuncMacro
TestHeaders
TestIntegers
TestLargeFiles
TestUnusedVars
TestVariadicMacros
charmonize
9 changes: 9 additions & 0 deletions clownfish/.gitignore
@@ -0,0 +1,9 @@
Build
MYMETA.yml
_build/
blib/
include/ppport.h
lib/Clownfish.c
src/CFCParseHeader.c
src/CFCParseHeader.h
src/CFCParseHeader.out
2 changes: 2 additions & 0 deletions core/Lucy/Util/Json/.gitignore
@@ -0,0 +1,2 @@
JsonParser.c
JsonParser.h
1 change: 1 addition & 0 deletions lemon/.gitignore
@@ -0,0 +1 @@
lemon
11 changes: 11 additions & 0 deletions perl/.gitignore
@@ -0,0 +1,11 @@
Build
_build
MYMETA.yml
autogen/
charmony.h
ppport.h
typemap
blib
lib/Lucy.c
lib/Lucy.xs

1 change: 1 addition & 0 deletions perl/buildlib/Lucy/Build.pm
Expand Up @@ -179,6 +179,7 @@ sub ACTION_charmony {
if ( $ENV{CHARM_VALGRIND} ) {
unshift @command, "valgrind", "--leak-check=yes";
}
print join(" ", @command), $/;

system(@command) and die "Failed to write $CHARMONY_PATH: $!";
}
Expand Down
68 changes: 68 additions & 0 deletions perl/lib/.gitignore
@@ -0,0 +1,68 @@
Lucy/Analysis/Analyzer.pod
Lucy/Analysis/CaseFolder.pod
Lucy/Analysis/PolyAnalyzer.pod
Lucy/Analysis/RegexTokenizer.pod
Lucy/Analysis/SnowballStemmer.pod
Lucy/Analysis/SnowballStopFilter.pod
Lucy/Docs/DevGuide.pod
Lucy/Docs/FileLocking.pod
Lucy/Document/Doc.pod
Lucy/Document/HitDoc.pod
Lucy/Highlight/Highlighter.pod
Lucy/Index/BackgroundMerger.pod
Lucy/Index/DataReader.pod
Lucy/Index/DataWriter.pod
Lucy/Index/DeletionsWriter.pod
Lucy/Index/DocReader.pod
Lucy/Index/IndexManager.pod
Lucy/Index/IndexReader.pod
Lucy/Index/Indexer.pod
Lucy/Index/Lexicon.pod
Lucy/Index/LexiconReader.pod
Lucy/Index/PolyReader.pod
Lucy/Index/PostingList.pod
Lucy/Index/PostingListReader.pod
Lucy/Index/SegReader.pod
Lucy/Index/SegWriter.pod
Lucy/Index/Segment.pod
Lucy/Index/Similarity.pod
Lucy/Index/Snapshot.pod
Lucy/Object/BitVector.pod
Lucy/Object/Err.pod
Lucy/Object/Obj.pod
Lucy/Plan/Architecture.pod
Lucy/Plan/BlobType.pod
Lucy/Plan/FieldType.pod
Lucy/Plan/FullTextType.pod
Lucy/Plan/Schema.pod
Lucy/Plan/StringType.pod
Lucy/Search/ANDQuery.pod
Lucy/Search/Collector.pod
Lucy/Search/Collector/BitCollector.pod
Lucy/Search/Compiler.pod
Lucy/Search/Hits.pod
Lucy/Search/IndexSearcher.pod
Lucy/Search/LeafQuery.pod
Lucy/Search/MatchAllQuery.pod
Lucy/Search/Matcher.pod
Lucy/Search/NOTQuery.pod
Lucy/Search/NoMatchQuery.pod
Lucy/Search/ORQuery.pod
Lucy/Search/PhraseQuery.pod
Lucy/Search/PolyQuery.pod
Lucy/Search/PolySearcher.pod
Lucy/Search/Query.pod
Lucy/Search/QueryParser.pod
Lucy/Search/RangeQuery.pod
Lucy/Search/RequiredOptionalQuery.pod
Lucy/Search/Searcher.pod
Lucy/Search/SortRule.pod
Lucy/Search/SortSpec.pod
Lucy/Search/Span.pod
Lucy/Search/TermQuery.pod
Lucy/Store/FSFolder.pod
Lucy/Store/Folder.pod
Lucy/Store/Lock.pod
Lucy/Store/LockErr.pod
Lucy/Store/LockFactory.pod
Lucy/Store/RAMFolder.pod
1 change: 1 addition & 0 deletions perl/lib/Lucy/.gitignore
@@ -0,0 +1 @@
Autobinding.pm
1 change: 1 addition & 0 deletions perl/lib/LucyX/Search/.gitignore
@@ -0,0 +1 @@
*.pod

0 comments on commit 39b00e0

Please sign in to comment.