bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: markdblackwell
Subject: *.eps and *.svg .gitignore patterns match files in repo
Date: Fri, 21 Aug 2015 00:56:47 -0700 (MST)

> 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/2015-08/msg00065.html
> --David Kastrup 

Thanks for that. :) Now, I've added the archive to my toolbar for future
checking.

The full text follows (without HTML tags; I had used {raw}). 

Currently, the top level .gitignore (of LilyPond's repository) contains
these patterns:

*.eps
*.svg

I found no pattern negating them, in any .gitignore file (at any directory
level).

If any files match patterns in the .gitignore's, then:

* Should those .gitignore patterns be deleted?

* Should those matching files be removed?

* Should the top-level .gitignore include a negating pattern, to cause Git
to version-control the files? Such as (in the present case):

!/Documentation/pictures/**/*.eps
!/Documentation/pictures/**/*.svg

* (If the present, peculiar situation is exactly what is desired then)
should the top level .gitignore include some comment explaining it?

Because of these patterns in the .gitignore's, Git will ignore changes to
those files. 

Actually, the following files (in the repository on the server) match these
patterns in the .gitignore's:

$ find * -name '*.eps'
Documentation/pictures/context-example.eps

$ find * -name '*.svg' | sort
Documentation/pictures/bwv861mm33-34-annotate.svg
Documentation/pictures/nestedboxes.svg
Documentation/pictures/page-layout-comparison.svg
Documentation/pictures/text-input-1-annotate-de.svg
Documentation/pictures/text-input-1-annotate-es.svg
Documentation/pictures/text-input-1-annotate-fr.svg
Documentation/pictures/text-input-1-annotate-hu.svg
Documentation/pictures/text-input-1-annotate-it.svg
Documentation/pictures/text-input-1-annotate.svg
Documentation/pictures/text-input-2-annotate-de.svg
Documentation/pictures/text-input-2-annotate-es.svg
Documentation/pictures/text-input-2-annotate-fr.svg
Documentation/pictures/text-input-2-annotate-hu.svg
Documentation/pictures/text-input-2-annotate-it.svg
Documentation/pictures/text-input-2-annotate.svg
Documentation/pictures/text-input-parts-both-annotate-de.svg
Documentation/pictures/text-input-parts-both-annotate-es.svg
Documentation/pictures/text-input-parts-both-annotate-fr.svg
Documentation/pictures/text-input-parts-both-annotate-hu.svg
Documentation/pictures/text-input-parts-both-annotate-it.svg
Documentation/pictures/text-input-parts-both-annotate.svg
Documentation/pictures/text-input-parts-single-annotate-de.svg
Documentation/pictures/text-input-parts-single-annotate-es.svg
Documentation/pictures/text-input-parts-single-annotate-fr.svg
Documentation/pictures/text-input-parts-single-annotate-hu.svg
Documentation/pictures/text-input-parts-single-annotate-it.svg
Documentation/pictures/text-input-parts-single-annotate.svg
Documentation/pictures/text-input-pop-annotate-de.svg
Documentation/pictures/text-input-pop-annotate-es.svg
Documentation/pictures/text-input-pop-annotate-fr.svg
Documentation/pictures/text-input-pop-annotate-hu.svg
Documentation/pictures/text-input-pop-annotate-it.svg
Documentation/pictures/text-input-pop-annotate.svg
Documentation/pictures/text-input-score-annotate-de.svg
Documentation/pictures/text-input-score-annotate-es.svg
Documentation/pictures/text-input-score-annotate-fr.svg
Documentation/pictures/text-input-score-annotate-hu.svg
Documentation/pictures/text-input-score-annotate-it.svg
Documentation/pictures/text-input-score-annotate.svg

$ du -ch `find * -name '*.eps'`
124K    total

$ du -ch `find * -name '*.svg'`
412K    total



--
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 archive at Nabble.com.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]