summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore8
-rw-r--r--TODO1
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
diff --git a/TODO b/TODO
index a78e551f11..88d3e59486 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'