From 242cabee599ec8f6662c9c95819f2942834ee107 Mon Sep 17 00:00:00 2001 From: Andy Williams Date: Wed, 16 Sep 2015 10:18:55 +0100 Subject: [PATCH] Setup ignores --- .gitignore | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c8adf12 --- /dev/null +++ b/.gitignore @@ -0,0 +1,61 @@ +# generated and tmp files +*~ +*.edj +*.exe +*.o +*.lo +*.la +.deps +*.gcno +*.gcda +.dirstamp +.edi + +/src/equate +equate-*.tar.?z* +po/*.gmo +po/POTFILES +.libs + +# autotools crap +m4/*.m4 +!m4/efl*.m4 +Makefile +Makefile.in +aclocal.m4 +autom4te.cache +compile +config.guess +config.h +config.h.in +config.log +config.rpath +config.status +config.sub +config.cache* +configure +depcomp +install-sh +libtool +ltmain.sh +missing +stamp-h1 +ar-lib +test-driver +test-suite.log + +# gettext crap +ABOUT-NLS +po/Makefile.in.in +po/Makevars.template +po/Rules-quot +po/boldquot.sed +po/en@boldquot.header +po/en@quot.header +po/insert-header.sin +po/quot.sed +po/remove-potcdate.sed +po/remove-potcdate.sin +po/stamp-po + +/coverage/