diff options
-rw-r--r-- | .cvsignore | 3 | ||||
-rw-r--r-- | contrib/.cvsignore | 2 | ||||
-rw-r--r-- | contrib/gdk-pixbuf-xlib/.cvsignore | 7 | ||||
-rw-r--r-- | demos/.cvsignore | 2 | ||||
-rw-r--r-- | gdk-pixbuf/.cvsignore | 5 | ||||
-rw-r--r-- | gtk/.cvsignore | 1 | ||||
-rw-r--r-- | gtk/stock-icons/.cvsignore | 3 |
7 files changed, 19 insertions, 4 deletions
diff --git a/.cvsignore b/.cvsignore index 4550460c3c..29923d3b77 100644 --- a/.cvsignore +++ b/.cvsignore @@ -15,6 +15,9 @@ ABOUT-NLS intl stamp-h.in gtk+.spec +gtk+-2.0.pc +gdk-2.0.pc +gdk-pixbuf-2.0.pc missing install-sh mkinstalldirs diff --git a/contrib/.cvsignore b/contrib/.cvsignore new file mode 100644 index 0000000000..c038ed7864 --- /dev/null +++ b/contrib/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in
\ No newline at end of file diff --git a/contrib/gdk-pixbuf-xlib/.cvsignore b/contrib/gdk-pixbuf-xlib/.cvsignore new file mode 100644 index 0000000000..ebe6430c0e --- /dev/null +++ b/contrib/gdk-pixbuf-xlib/.cvsignore @@ -0,0 +1,7 @@ +Makefile +Makefile.in +*.la +*.lo +.libs +.deps +gdk-pixbuf-xlib-2.0.pc diff --git a/demos/.cvsignore b/demos/.cvsignore index 000e5b3944..7f89e7870c 100644 --- a/demos/.cvsignore +++ b/demos/.cvsignore @@ -3,7 +3,9 @@ Makefile.in .libs .deps testanimation +test-inline-pixbufs.h testpixbuf-drawable testpixbuf-scale +testpixbuf-save testpixbuf pixbuf-demo
\ No newline at end of file diff --git a/gdk-pixbuf/.cvsignore b/gdk-pixbuf/.cvsignore index ef7a89ab94..fc98d6f930 100644 --- a/gdk-pixbuf/.cvsignore +++ b/gdk-pixbuf/.cvsignore @@ -6,9 +6,6 @@ makefile.mingw .libs *.la *.lo +make-inline-pixbuf test-gdk-pixbuf -testpixbuf -testpixbuf-drawable -testpixbuf-scale -testanimation gdk-pixbuf-features.h diff --git a/gtk/.cvsignore b/gtk/.cvsignore index 9bc137d282..1a313c90c2 100644 --- a/gtk/.cvsignore +++ b/gtk/.cvsignore @@ -13,6 +13,7 @@ testrgb testselection testtext testtextbuffer +treestoretest simple testtree gtkcompat.h diff --git a/gtk/stock-icons/.cvsignore b/gtk/stock-icons/.cvsignore new file mode 100644 index 0000000000..e768ae7038 --- /dev/null +++ b/gtk/stock-icons/.cvsignore @@ -0,0 +1,3 @@ +Makefile +Makefile.in +gtkstockpixbufs.h |