From: Kay Sievers Date: Sat, 9 Aug 2008 12:05:54 +0000 (+0200) Subject: fix .gitignore X-Git-Tag: 174~1638 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=88db3905576720349e8bfb1734776c227e6ec3d8;ds=sidebyside fix .gitignore --- diff --git a/.gitignore b/.gitignore index e96d00e30..7acc4a688 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,12 @@ *.o *.lo *.la -.libs/ -.deps/ +.libs +.deps Makefile Makefile.in aclocal.m4 -autom4te.cache/ +autom4te.cache config.h config.h.in config.log @@ -20,4 +20,4 @@ missing configure stamp-h1 depcomp -udev-test-install/ +udev-test-install diff --git a/TODO b/TODO index a78e551f1..88d3e5948 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,5 @@ These things would be nice to have: + o get all distros to agree on a default set of rules These things will change in future udev versions: o --device-id-of-file will print '5:8' instead of '5 8'