Git-ignore all PDFs except the listed ones
This forces contributors to deal with gitignore only when bundling a new test, rather than making all users of "make test" having to constantly update their gitignores because of new PDFs.
This commit is contained in:
parent
e5d79fd0da
commit
fb32ff0ea9
26
test/pdfs/.gitignore
vendored
26
test/pdfs/.gitignore
vendored
@ -1,13 +1,15 @@
|
|||||||
DiwanProfile.pdf
|
*.pdf
|
||||||
artofwar.pdf
|
|
||||||
cable.pdf
|
!tracemonkey.pdf
|
||||||
ecma262.pdf
|
!ArabicCIDTrueType.pdf
|
||||||
hmm.pdf
|
!ThuluthFeatures.pdf
|
||||||
i9.pdf
|
!arial_unicode_ab_cidfont.pdf
|
||||||
intelisa.pdf
|
!arial_unicode_en_cidfont.pdf
|
||||||
openweb_tm-PRINT.pdf
|
!asciihexdecode.pdf
|
||||||
pdf.pdf
|
!canvas.pdf
|
||||||
pdkids.pdf
|
!complex_ttf_font.pdf
|
||||||
shavian.pdf
|
!extgstate.pdf
|
||||||
jai.pdf
|
!rotation.pdf
|
||||||
|
!simpletype3font.pdf
|
||||||
|
!sizes.pdf
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user