davemds pushed a commit to branch master. http://git.enlightenment.org/enlightenment/modules/edgar.git/commit/?id=43627db1b3b1cfba83f5367ce5a7ea6c0dd73873
commit 43627db1b3b1cfba83f5367ce5a7ea6c0dd73873 Author: davemds <[email protected]> Date: Wed Aug 27 21:44:46 2014 +0200 gitignore ++ --- .gitignore | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e50db78 --- /dev/null +++ b/.gitignore @@ -0,0 +1,59 @@ +# Object files +*.o +*.ko +*.obj +*.elf + +# Libraries +*.lib +*.a + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib + +# Executables +*.exe +*.out +*.app +*.i*86 +*.x86_64 +*.hex + +*~ +*.edj +*.pyc +/Makefile +/src/Makefile +/python/Makefile +Makefile.in +*.lo +config.h +config.h.in +configure +/compile +/config.cache +/config.guess +/config.log +/config.rpath +/config.status +/config.sub +aclocal.m4 +autom4te.cache/ +depcomp +install-sh +libtool +ltmain.sh +m4/libtool.m4 +m4/ltoptions.m4 +m4/ltsugar.m4 +m4/ltversion.m4 +m4/lt~obsolete.m4 +missing +module.desktop +src/.deps/ +src/.libs/ +src/module.la +stamp-h1 --
