diff options
author | Pablo Castellano <pablog@src.gnome.org> | 2010-01-03 01:23:53 +0100 |
---|---|---|
committer | Pablo Castellano <pablog@src.gnome.org> | 2010-01-03 01:24:44 +0100 |
commit | 0542e6dbf9b817a3ad4f0dbf4b85177536e11277 (patch) | |
tree | 00866e40c48407027677d8efa68e9bb1b2a3f8d8 | |
parent | ab799115defeab7771f3cb5cd0c88eba0d73558a (diff) | |
download | glib-0542e6dbf9b817a3ad4f0dbf4b85177536e11277.tar.gz |
Updated .gitignore files
-rw-r--r-- | glib/.gitignore | 1 | ||||
-rw-r--r-- | gobject/.gitignore | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/glib/.gitignore b/glib/.gitignore index 2217a11f1..878421d8a 100644 --- a/glib/.gitignore +++ b/glib/.gitignore @@ -1,3 +1,4 @@ galias.h galiasdef.c gtester +libglib-gdb.py diff --git a/gobject/.gitignore b/gobject/.gitignore index 7276c34a2..bf517b518 100644 --- a/gobject/.gitignore +++ b/gobject/.gitignore @@ -6,3 +6,4 @@ gobject-query gobjectalias.h gobjectaliasdef.c testgobject +libgobject-gdb.py |