diff options
author | Alberto Mardegan <alberto.mardegan@nokia.com> | 2008-11-05 11:11:56 +0200 |
---|---|---|
committer | Alberto Mardegan <alberto.mardegan@nokia.com> | 2008-11-05 11:11:56 +0200 |
commit | 2b9c9e7d2d4582c349ed16133cdd212b431013e0 (patch) | |
tree | ef86ffbee4b07bb7f854ee60699fbed5e0997431 /.gitignore | |
parent | f1ff325d7dbc7047f0e574ba52bcbebcb7c7dcf5 (diff) |
Adding git ignore file
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..db483e38 --- /dev/null +++ b/.gitignore @@ -0,0 +1,57 @@ +*.o +*.l[ao] +*~ +*-gen.h +*-gen.xml +*-signals-marshal.[hc] +*-types.[hc] +*.stamp +*.pyc +/doc/reference/*/html +/doc/reference/*/xml +/doc/reference/*/*-decl-list.txt +/doc/reference/*/*-decl.txt +/doc/reference/*/*-undocumented.txt +/doc/reference/*/*-unused.txt +/doc/reference/*/tmpl/*-unused.sgml +/doc/reference/*/*.args +/doc/reference/*/*.hierarchy +/doc/reference/*/*.interfaces +/doc/reference/*/*.prerequisites +/doc/reference/*/*.signals +.libs +Makefile +Makefile.in +_gen/ +INSTALL +aclocal.m4 +compile +config.guess* +config.h* +config.log +config.status +config.sub* +configure +debian +depcomp +doc/mc-dbus-iface.html +examples/mc-example +examples/mc-example-2 +examples/mc-example-3 +gtk-doc.make +install-sh +libmcclient.pc +libmcclient/diff +libmissioncontrol.pc +libmissioncontrol/mc-account +libmissioncontrol/test +libtool +ltmain.sh +m4/gtk-doc.m4 +missing +mission-control.pc +patches/ +stamp-* +test/mc-client +util/mc-account-convert +util/mc-tool |