From fb32ff0ea942a8e2bbfad4ae9f528b50b372257b Mon Sep 17 00:00:00 2001 From: Artur Adib Date: Thu, 6 Oct 2011 11:01:22 -0400 Subject: [PATCH] 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. --- test/pdfs/.gitignore | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/test/pdfs/.gitignore b/test/pdfs/.gitignore index 77c89ece6..e7eb0da43 100644 --- a/test/pdfs/.gitignore +++ b/test/pdfs/.gitignore @@ -1,13 +1,15 @@ -DiwanProfile.pdf -artofwar.pdf -cable.pdf -ecma262.pdf -hmm.pdf -i9.pdf -intelisa.pdf -openweb_tm-PRINT.pdf -pdf.pdf -pdkids.pdf -shavian.pdf -jai.pdf +*.pdf + +!tracemonkey.pdf +!ArabicCIDTrueType.pdf +!ThuluthFeatures.pdf +!arial_unicode_ab_cidfont.pdf +!arial_unicode_en_cidfont.pdf +!asciihexdecode.pdf +!canvas.pdf +!complex_ttf_font.pdf +!extgstate.pdf +!rotation.pdf +!simpletype3font.pdf +!sizes.pdf