diff options
author | Johan Dahlin <jdahlin@litl.com> | 2009-02-11 17:03:10 -0200 |
---|---|---|
committer | Johan Dahlin <jdahlin@litl.com> | 2009-02-11 17:03:10 -0200 |
commit | 2a4e3d5c9ec033c9d88712393e2f568d1755b89a (patch) | |
tree | d0c7b90410de56d5c574cf4e33e5d1312900805f /.gitignore | |
parent | 0accdcd19ca8b664e40a4d560079cd6eb5f3567c (diff) | |
download | gobject-introspection-2a4e3d5c9ec033c9d88712393e2f568d1755b89a.tar.gz |
Add a .gitignore file
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 84 |
1 files changed, 84 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..a6726fb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,84 @@ +*.la +*.lo +*.o +*.pyc +.deps +.libs +Makefile +Makefile.in +aclocal.m4 +autom4te.cache +compile +config.guess +config.h +config.h.in +config.log +config.status +config.sub +configure +COPYING +depcomp +gobject-introspection-1.0.pc +INSTALL +install-sh +libtool +ltmain.sh +missing +stamp-h1 +ylwrap +py-compile +gir/GIRepository-2.0.gir +gir/GIRepository-2.0.typelib +gir/GL-1.0.typelib +gir/GLib-2.0.gir +gir/GLib-2.0.typelib +gir/GModule-2.0.gir +gir/GModule-2.0.typelib +gir/GObject-2.0.gir +gir/GObject-2.0.typelib +gir/Gio-2.0.gir +gir/Gio-2.0.typelib +gir/cairo-1.0.typelib +gir/fontconfig-2.0.typelib +gir/freetype2-2.0.typelib +gir/libxml2-2.0.typelib +gir/xfixes-4.0.typelib +gir/xft-2.0.typelib +gir/xlib-2.0.typelib +giscanner/config.py +giscanner/scannerlexer.c +giscanner/scannerparser.c +giscanner/scannerparser.h +m4/libtool.m4 +m4/ltoptions.m4 +m4/ltsugar.m4 +m4/ltversion.m4 +m4/lt~obsolete.m4 +tests/everything/Everything-1.0.gir +tests/everything/Everything-1.0.tgir +tests/everything/Everything-1.0.typelib +tests/invoke/testfns-metadata.c +tests/offsets/gitestoffsets.c +tests/repository/gitestrepo +tests/repository/gitestthrows +tests/scanner/BarApp-1.0.gir +tests/scanner/BarApp-1.0.tgir +tests/scanner/BarApp-1.0.typelib +tests/scanner/GtkFrob-1.0.gir +tests/scanner/GtkFrob-1.0.tgir +tests/scanner/GtkFrob-1.0.typelib +tests/scanner/annotation-1.0.gir +tests/scanner/annotation-1.0.tgir +tests/scanner/annotation-1.0.typelib +tests/scanner/barapp +tests/scanner/drawable-1.0.gir +tests/scanner/drawable-1.0.tgir +tests/scanner/drawable-1.0.typelib +tests/scanner/foo-1.0.gir +tests/scanner/foo-1.0.tgir +tests/scanner/foo-1.0.typelib +tests/scanner/utility-1.0.gir +tests/scanner/utility-1.0.tgir +tests/scanner/utility-1.0.typelib +tools/g-ir-compiler +tools/g-ir-generate |