chiark
/
gitweb
/
~ianmdlvl
/
elogind.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ef5af2
)
fix .gitignore
author
Kay Sievers
<kay.sievers@vrfy.org>
Sat, 9 Aug 2008 12:05:54 +0000
(14:05 +0200)
committer
Kay Sievers
<kay.sievers@vrfy.org>
Sat, 9 Aug 2008 12:05:54 +0000
(14:05 +0200)
.gitignore
patch
|
blob
|
history
TODO
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index
e96d00e
..
7acc4a6
100644
(file)
--- 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
a78e551
..
88d3e59
100644
(file)
--- 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'