diff options
-rw-r--r-- | .gitignore | 34 | ||||
-rw-r--r-- | codegen/.gitignore | 2 | ||||
-rw-r--r-- | docs/.gitignore | 7 | ||||
-rw-r--r-- | gio/.gitignore | 3 | ||||
-rw-r--r-- | gobject/.gitignore | 3 |
5 files changed, 49 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..e7fc336a --- /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 00000000..f734b7ef --- /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 00000000..6f502547 --- /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 00000000..a1224aab --- /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 00000000..5efe4c79 --- /dev/null +++ b/gobject/.gitignore @@ -0,0 +1,3 @@ +# Autogenerated with 'generate-constants.c'. +generate-constants +constants.py |