diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2008-08-09 14:05:54 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2008-08-09 14:05:54 +0200 |
commit | 88db3905576720349e8bfb1734776c227e6ec3d8 (patch) | |
tree | 8a145722508cf6f9d26a2f67c0f0936d5371b176 | |
parent | 8ef5af2db83cea4b7d2d02f1fed71fca82f9e20d (diff) |
fix .gitignore
-rw-r--r-- | .gitignore | 8 | ||||
-rw-r--r-- | TODO | 1 |
2 files changed, 5 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore index e96d00e30c..7acc4a688e 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 @@ -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' |