On Tue, Jun 26, 2012 at 10:52 PM, Enlightenment SVN <[email protected]> wrote: > Log: > eio: Ignore all libtool output > > Author: mike_m > Date: 2012-06-26 13:52:40 -0700 (Tue, 26 Jun 2012) > New Revision: 72893 > Trac: http://trac.enlightenment.org/e/changeset/72893 > > Modified: > trunk/eio/.gitignore > > Modified: trunk/eio/.gitignore > =================================================================== > --- trunk/eio/.gitignore 2012-06-26 20:52:35 UTC (rev 72892) > +++ trunk/eio/.gitignore 2012-06-26 20:52:40 UTC (rev 72893) > @@ -2,6 +2,10 @@ > *.swp > *.swo > *~ > +*.lo > +*.la > +.deps > +.libs
useless as there is no code at all in eio/. Note that the gitignore you removed was for src/lib Vincent > ABOUT-NLS > Makefile > Makefile.in > @@ -35,21 +39,6 @@ > missing > src/Makefile > src/Makefile.in > -src/lib/.deps/ > -src/lib/.libs/ > src/lib/Makefile > src/lib/Makefile.in > -src/lib/eio_dir.lo > -src/lib/eio_file.lo > -src/lib/eio_inotify.lo > -src/lib/eio_main.lo > -src/lib/eio_map.lo > -src/lib/eio_monitor.lo > -src/lib/eio_poll.lo > -src/lib/eio_single.lo > -src/lib/eio_xattr.lo > -src/lib/libeio.la > -src/lib/eio_eet.lo > -src/lib/eio_monitor_inotify.lo > -src/lib/eio_monitor_poll.lo > stamp-h1 > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > enlightenment-svn mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
