From 851d95da32e278e87ef2172b0f52d50890765fbd Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Tue, 5 Jul 2011 15:21:06 +0300 Subject: .gitignore tests additions The following files were missing in .gitignore: - cpp/tests/poppler-render - qt4/tests/poppler-texts - test/gtk-test --- cpp/tests/.gitignore | 1 + qt4/tests/.gitignore | 1 + test/.gitignore | 1 + 3 files changed, 3 insertions(+), 0 deletions(-) diff --git a/cpp/tests/.gitignore b/cpp/tests/.gitignore index 737f30a..624d1c9 100644 --- a/cpp/tests/.gitignore +++ b/cpp/tests/.gitignore @@ -1 +1,2 @@ poppler-dump +poppler-render diff --git a/qt4/tests/.gitignore b/qt4/tests/.gitignore index dd2f84e..de8b3b4 100644 --- a/qt4/tests/.gitignore +++ b/qt4/tests/.gitignore @@ -11,6 +11,7 @@ test-poppler-qt4 test-password-qt4 poppler-attachments poppler-fonts +poppler-texts check_attachments check_dateConversion check_fonts diff --git a/test/.gitignore b/test/.gitignore index e6bc1c8..16c7c50 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -8,6 +8,7 @@ Makefile Makefile.in gtk-cairo-test gtk-splash-test +gtk-test pdf_inspector perf-test pdf-fullrewrite -- 1.7.5.4