From: jan Date: Mon, 1 Apr 2002 09:45:59 +0000 (+0000) Subject: Ignore all kinds of lilypond input and output. X-Git-Tag: release/1.5.59~181 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1780507f510b765708d2057284a81fb65385eb00;p=lilypond.git Ignore all kinds of lilypond input and output. --- diff --git a/.cvsignore b/.cvsignore index fd0c7ae134..4345ae3630 100644 --- a/.cvsignore +++ b/.cvsignore @@ -10,9 +10,21 @@ configure .gdbinit *~ #* -*.txt +*.aux +*.dvi +*.eps *.html +*.latex +*.log +*.ly +*.midi +*.pdf *.png +*.ps +*.tely +*.tex +*.txt +*[0-9]pk out out-www afm diff --git a/ChangeLog b/ChangeLog index 9fa9ee386f..9c4ac9eb61 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2002-04-01 Jan Nieuwenhuizen + * .cvsignore: Ignore all kinds of lilypond input and output. + * lily/beam.cc (ADD_INTERFACE): Add concaveness-gap. 2002-04-01 Han-Wen