diff options
author | Jasper St. Pierre <jstpierre@mecheye.net> | 2012-05-31 14:04:31 -0400 |
---|---|---|
committer | Jasper St. Pierre <jstpierre@mecheye.net> | 2012-05-31 14:04:31 -0400 |
commit | e66bee77a102539f1c0d569ffc854a3eae19a4fb (patch) | |
tree | 8cba7c3fc23b6675d29b4aa006c41578f3dd7ede /.gitignore | |
parent | 893311ce4c6dab799c744f262a8661a2bea343ec (diff) | |
download | gnome-initial-setup-e66bee77a102539f1c0d569ffc854a3eae19a4fb.tar.gz |
Split into own project, add own infrastructure
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c186f58 --- /dev/null +++ b/.gitignore @@ -0,0 +1,51 @@ +*.la +*.lo +*.o +.deps +.libs +ABOUT-NLS +ChangeLog +INSTALL +Makefile +Makefile.in +aclocal.m4 +autom4te.cache +config.h +config.h.in +config.log +config.status +config.guess +config.rpath +config.sub +config +configure +depcomp +gnome-doc-utils.make +help/ghex-docs.h +help/*/*.mo +help/*/ghex.xml +help/*/legal.xml +help/*.omf +install-sh +libtool +ltmain.sh +m4/ +missing +mkinstalldirs +po/*.gmo +po/*.header +po/*.sed +po/*.sin +po/.intltool-merge-cache +po/Makefile.in.in +po/Makevars.template +po/POTFILES +po/Rules-quot +po/stamp-it +stamp-h1 +*~ + +gdm-initial-setup +timedated.c +timedated.h +gnome-initial-setup/setup_resources.c |