From 1098190ff666909329901121e8825071974085f0 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 15 Feb 2009 13:52:09 +0000 Subject: Ignore more svn path=/trunk/; revision=3444 --- (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 178a612..c04923d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ */*~ */*/*~ */*/*/*~ +*/*/*/*/*~ *.orig *.rej */*.orig @@ -10,7 +11,39 @@ */*/*.rej */*/*/*.orig */*/*/*.rej +*/*/*/*/*.orig +*/*/*/*/*.rej +.deps +*/.desp +*/*/.deps +*/*/*/.deps +*/*/*/*/*.deps +.libs +*/.libs +*/*/.libs +*/*/*/.libs +*/*/*/*/*.libs +*.o +*/.o +*/*/.o +*/*/*/.o +*/*/*/*/*.o +*/.lo +*/*.lo +*/*/*.lo +*/*/*/*.lo +*/*/*/*/*.lo +*.la +*/*.la +*/*/*.la +*/*/*/*.la +*/*/*/*/*.la INSTALL +Makefile +*/Makefile +*/*/Makefile +*/*/*/Makefile +*/*/*/*/Makefile Makefile.in */Makefile.in */*/Makefile.in @@ -21,6 +54,9 @@ autom4te.cache compile config.guess config.h.in +config.h +config.log +config.status config.sub configure depcomp @@ -39,3 +75,48 @@ ltmain.sh missing mkinstalldirs po/Makefile.in.in +po/*.mo +po/*.gmo +po/POTFILES +thumbnailer/*.schemas +help/*/.xml2po.mo +*.pc +backend/*/*.evince-backend +stamp-* +*/stamp-* +*/*/stamp-* +*/*/*/stamp-* +*/*/*/*/stamp-* +*marshal.[ch] +*/*marshal.[ch] +*/*/*marshal.[ch] +*/*/*/*marshal.[ch] +*typebuiltins.[ch] +*/*typebuiltins.[ch] +*/*/*typebuiltins.[ch] +*/*/*/*typebuiltins.[ch] +*/*/*/*/*typebuiltins.[ch] +*type-builtins.[ch] +*/*type-builtins.[ch] +*/*/*type-builtins.[ch] +*/*/*/*type-builtins.[ch] +*/*/*/*/*type-builtins.[ch] +data/*.schemas +data/*.desktop.in +data/*.desktop +cut-n-paste/toolbar-editor/eggmarshalers.c +cut-n-paste/toolbar-editor/eggmarshalers.h +*/*.gir +*/*.typelib +libdocument/ev-version.h +libtool +po/.intltool-merge-cache +shell/ev-application-service.h +shell/evince +thumbnailer/evince-thumbnailer +help/??*/evince.xml +help/*.omf +help/reference/*/html* +help/reference/*/xml* +help/reference/*/version.xml + -- cgit v0.9.1