[pygobject] Code maintenance: add .gitignore files



commit 549a656122f11a969917f1f333b1e3416b3fb47d
Author: Paul Pogonyshev <pogonyshev gmx net>
Date:   Sat Apr 18 16:04:24 2009 +0300

    Code maintenance: add .gitignore files
---
 .gitignore         |   34 ++++++++++++++++++++++++++++++++++
 codegen/.gitignore |    2 ++
 docs/.gitignore    |    7 +++++++
 gio/.gitignore     |    3 +++
 gobject/.gitignore |    3 +++
 5 files changed, 49 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..e7fc336
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,34 @@
+# Autotools-generated files.
+aclocal.m4
+autom4te.cache
+compile
+config.guess
+config.h.in
+config.lt
+config.sub
+configure
+depcomp
+install-sh
+ltmain.sh
+m4
+Makefile.in
+missing
+py-compile
+
+# Configuration-generated files.
+config.h
+config.log
+config.status
+libtool
+Makefile
+PKG-INFO
+stamp-h1
+
+# Build-generated files.
+*.la
+*.lo
+*.o
+*.pc
+*.pyc
+.deps
+.libs
diff --git a/codegen/.gitignore b/codegen/.gitignore
new file mode 100644
index 0000000..f734b7e
--- /dev/null
+++ b/codegen/.gitignore
@@ -0,0 +1,2 @@
+# Configuration-generated files.
+pygobject-codegen-2.0
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/gio/.gitignore b/gio/.gitignore
new file mode 100644
index 0000000..a1224aa
--- /dev/null
+++ b/gio/.gitignore
@@ -0,0 +1,3 @@
+# Codegen output.
+gio.c
+unix.c
diff --git a/gobject/.gitignore b/gobject/.gitignore
new file mode 100644
index 0000000..5efe4c7
--- /dev/null
+++ b/gobject/.gitignore
@@ -0,0 +1,3 @@
+# Autogenerated with 'generate-constants.c'.
+generate-constants
+constants.py



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