Re: *.eps and *.svg .gitignore patterns match files in repo

2015-08-28 Thread markdblackwell
the future, this check would seem desirable as part of the regular release process. For details (of course), see: $ man find $ man git-check-ignore -- View this message in context: http://lilypond.1069038.n5.nabble.com/eps-and-svg-gitignore-patterns-match-files-in-repo-tp179828p180314

*.eps and *.svg .gitignore patterns match files in repo

2015-08-26 Thread markdblackwell
in .gitignore should be changed perhaps to: /build/ These three (3) changes to lines in .gitignore, if committed to the LilyPond master branch on Savannah, would cover absolutely all the files of the current repository (as of August 21, 2015, anyway), so that no file matches a pattern

Re: *.eps and *.svg .gitignore patterns match files in repo

2015-08-25 Thread James Lowe
Hello, On 25/08/15 18:48, markdblackwell wrote: > Per > https://www.kernel.org/pub/software/scm/git/docs/gitignore.html > > "A gitignore file specifies intentionally untracked files that Git > should ignore. Files already tracked by Git are not affected" > > Aug 23, 2015; 6:21am, James Lowe wrot

*.eps and *.svg .gitignore patterns match files in repo

2015-08-25 Thread markdblackwell
s in /.gitignore: $ git blame .gitignore 915e0d52 (Jan Nieuwenhuizen 2006-12-05 14:54:32 +0100 2) *-midi.ly 915e0d52 (Jan Nieuwenhuizen 2006-12-05 14:54:32 +0100 9) *.eps 915e0d52 (Jan Nieuwenhuizen 2006-12-05 14:54:32 +0100 26) *.svg -- View this message in context: http://lilypond.1069038.n5.nabbl

Re: *.eps and *.svg .gitignore patterns match files in repo

2015-08-23 Thread David Kastrup
James Lowe writes: > Hello 'bug' and Mark, > > On 21/08/15 08:56, markdblackwell wrote: >>> Any chance to see an uncensored version of this on the actual >>> mailing list? Not everybody uses Nabble, and you can see what got >>> actually sent out on the list by looking at >>> http://lists.gnu.org

Re: *.eps and *.svg .gitignore patterns match files in repo

2015-08-23 Thread James Lowe
Hello 'bug' and Mark, On 21/08/15 08:56, markdblackwell wrote: >> Any chance to see an uncensored version of this on the actual >> mailing list? Not everybody uses Nabble, and you can see what got >> actually sent out on the list by looking at >> http://lists.gnu.org/archive/html/bug-lilypond/201

*.eps and *.svg .gitignore patterns match files in repo

2015-08-21 Thread markdblackwell
svg $ du -ch `find * -name '*.eps'` 124Ktotal $ du -ch `find * -name '*.svg'` 412Ktotal -- View this message in context: http://lilypond.1069038.n5.nabble.com/eps-and-svg-gitignore-patterns-match-files-in-repo-tp179828p179870.html Sent from the Bugs mailing list arch

Re: *.eps and *.svg .gitignore patterns match files in repo

2015-08-20 Thread markdblackwell
is message in context: http://lilypond.1069038.n5.nabble.com/eps-and-svg-gitignore-patterns-match-files-in-repo-tp179828p179834.html Sent from the Bugs mailing list archive at Nabble.com. ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gn

*.eps and *.svg .gitignore patterns match files in repo

2015-08-20 Thread markdblackwell
laining it? Actually, the following files match patterns in the .gitignore's: -- View this message in context: http://lilypond.1069038.n5.nabble.com/eps-and-svg-gitignore-patterns-match-files-in-repo-tp179828.html Sent from the Bugs mailing list archiv