.gitignore | 4 ++++ glib/.gitignore | 2 ++ glib/reference/.gitignore | 1 + qt4/tests/.gitignore | 3 +++ qt5/tests/.gitignore | 3 +++ 5 files changed, 13 insertions(+)
New commits: commit e5862155b1c549b6774bb4f25c09c45857ff1734 Author: Hib Eris <[email protected]> Date: Wed Jun 4 20:58:56 2014 +0200 Add Changelog to .gitignore https://bugs.freedesktop.org/show_bug.cgi?id=79744 diff --git a/.gitignore b/.gitignore index 0e40537..b7b8dd5 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ libtool ltmain.sh missing test-driver +ChangeLog poppler-cairo.pc poppler-cpp.pc poppler-glib.pc commit 5f22649694d64c4170db82847b599576d5377176 Author: Hib Eris <[email protected]> Date: Wed Jun 4 20:56:23 2014 +0200 Add *.gir, *.typelib to glib/.gitignore https://bugs.freedesktop.org/show_bug.cgi?id=79744 diff --git a/glib/.gitignore b/glib/.gitignore index a22390b..45e3b50 100644 --- a/glib/.gitignore +++ b/glib/.gitignore @@ -9,3 +9,5 @@ poppler-enums.h poppler-features.h stamp-* test-poppler-glib +*.gir +*.typelib commit b63f57985719c7884b67f46fc4afd4954c44c5ab Author: Hib Eris <[email protected]> Date: Wed Jun 4 20:54:30 2014 +0200 Add poppler-undeclared.txt to .gitignore https://bugs.freedesktop.org/show_bug.cgi?id=79744 diff --git a/glib/reference/.gitignore b/glib/reference/.gitignore index f908650..cc79cda 100644 --- a/glib/reference/.gitignore +++ b/glib/reference/.gitignore @@ -2,6 +2,7 @@ Makefile Makefile.in poppler-decl-list.txt poppler-decl.txt +poppler-undeclared.txt poppler-undocumented.txt poppler-unused.txt poppler.args commit 5e0f4e2516d5a3997ea9c9a9927e24d4f3abe136 Author: Hib Eris <[email protected]> Date: Wed Jun 4 20:52:15 2014 +0200 Add poppler-forms, stress-threads-qt, test-render-to-file to .gitignore https://bugs.freedesktop.org/show_bug.cgi?id=79744 diff --git a/qt4/tests/.gitignore b/qt4/tests/.gitignore index 5580611..3746eb8 100644 --- a/qt4/tests/.gitignore +++ b/qt4/tests/.gitignore @@ -12,6 +12,9 @@ test-password-qt4 poppler-attachments poppler-fonts poppler-texts +poppler-forms +stress-threads-qt4 +test-render-to-file check_actualtext check_attachments check_dateConversion diff --git a/qt5/tests/.gitignore b/qt5/tests/.gitignore index bd214f6..d187ae8 100644 --- a/qt5/tests/.gitignore +++ b/qt5/tests/.gitignore @@ -12,6 +12,9 @@ test-password-qt5 poppler-attachments poppler-fonts poppler-texts +poppler-forms +stress-threads-qt5 +test-render-to-file check_actualtext check_attachments check_dateConversion commit 4d2400e7bb8ae9208030b9615dda7c53e571be8b Author: Hib Eris <[email protected]> Date: Wed Jun 4 10:09:16 2014 +0200 Add test-driver to .gitignore https://bugs.freedesktop.org/show_bug.cgi?id=79744 diff --git a/.gitignore b/.gitignore index ef80ac4..0e40537 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ install-sh libtool ltmain.sh missing +test-driver poppler-cairo.pc poppler-cpp.pc poppler-glib.pc commit 4c35e0213be26f21b628ff8d9f170252bb0106c9 Author: Hib Eris <[email protected]> Date: Wed Jun 4 10:06:20 2014 +0200 Add poppler-qt5.pc to .gitignore https://bugs.freedesktop.org/show_bug.cgi?id=79744 diff --git a/.gitignore b/.gitignore index 39728b4..ef80ac4 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ poppler-cpp.pc poppler-glib.pc poppler-qt.pc poppler-qt4.pc +poppler-qt5.pc poppler-splash.pc poppler.pc stamp-h1 @@ -30,5 +31,6 @@ poppler-cpp-uninstalled.pc poppler-glib-uninstalled.pc poppler-qt-uninstalled.pc poppler-qt4-uninstalled.pc +poppler-qt5-uninstalled.pc poppler-splash-uninstalled.pc poppler-uninstalled.pc _______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
