cpp/tests/.gitignore | 1 + qt4/tests/.gitignore | 1 + test/.gitignore | 1 + 3 files changed, 3 insertions(+)
New commits: commit 4bc6c5bd3a001bb4eb9f61488e3d4f356638e391 Author: Adrian Bunk <[email protected]> Date: Tue Jul 5 15:21:06 2011 +0300 .gitignore tests additions The following files were missing in .gitignore: - cpp/tests/poppler-render - qt4/tests/poppler-texts - test/gtk-test 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 _______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
