[pygtk] Code maintenance: add .gitignore files



commit 81f4e4184175c3ac5a433d005c52d63ac6935182
Author: Paul Pogonyshev <pogonyshev gmx net>
Date:   Sun Apr 19 19:05:50 2009 +0300

    Code maintenance: add .gitignore files
---
 .gitignore                     |   42 ++++++++++++++++++++++++++++++++++++++++
 docs/.gitignore                |    7 ++++++
 examples/pygtk-demo/.gitignore |    2 +
 gtk/.gitignore                 |   11 ++++++++++
 4 files changed, 62 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a2ac9c6
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,42 @@
+# Autotools-generated files.
+aclocal.m4
+autom4te.cache
+compile
+config.guess
+config.h.in
+config.lt
+config.sub
+configure
+depcomp
+INSTALL
+install-sh
+ltmain.sh
+m4
+Makefile.in
+missing
+py-compile
+
+# Configuration-generated files.
+config.h
+config.log
+config.status
+libtool
+Makefile
+PKG-INFO
+pygtk-codegen-2.0
+pygtk.spec
+stamp-h1
+
+# Build-generated files.
+*.la
+*.lo
+*.o
+*.pc
+*.pyc
+.deps
+.libs
+
+# Codegen output.
+atk.c
+pango.c
+pangocairo.c
diff --git a/docs/.gitignore b/docs/.gitignore
new file mode 100644
index 0000000..6f50254
--- /dev/null
+++ b/docs/.gitignore
@@ -0,0 +1,7 @@
+# Configuration-generated files.
+fixxref.py
+reference/entities.docbook
+
+# Documentation build output.
+html
+reference/builddate.xml
diff --git a/examples/pygtk-demo/.gitignore b/examples/pygtk-demo/.gitignore
new file mode 100644
index 0000000..a0c9de6
--- /dev/null
+++ b/examples/pygtk-demo/.gitignore
@@ -0,0 +1,2 @@
+# Configuration-generated files.
+pygtk-demo
diff --git a/gtk/.gitignore b/gtk/.gitignore
new file mode 100644
index 0000000..119ccc5
--- /dev/null
+++ b/gtk/.gitignore
@@ -0,0 +1,11 @@
+# Codegen output.
+gdk-types.defs
+gdk.c
+gdk.defs
+gtk-types.defs
+gtk.c
+gtk.defs
+gtkunixprint-types.defs
+gtkunixprint.c
+gtkunixprint.defs
+libglade.c



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]