diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-10-14 19:02:11 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-10-14 19:02:44 +0200 |
commit | 690018ab40dc9435d609f92c5eca9b1b847668c6 (patch) | |
tree | 2462d8d9a66c07b57bbb3b40e0d98b8dc8803f15 | |
parent | be3f52f4ed02a9256b1577719677b32a17b525ac (diff) |
git: add test-ellipsize to files to ignore by git
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | TODO | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 587b6d07ef..5e63b2a018 100644 --- a/.gitignore +++ b/.gitignore @@ -106,6 +106,7 @@ /test-daemon /test-date /test-device-nodes +/test-ellipsize /test-engine /test-env-replace /test-event @@ -50,8 +50,6 @@ Features: * "systemctl cat" or "systemctl view" command or or so, that cats the backing unit file of a service, plus its drop-ins and shows them in a pager -* rfkill,backlight: we probably should use a path ID of some kind rather than the sysname as file name to store status in - * rfkill,backlight: we probably should run the load tools inside of the udev rules so that the state is properly initialized by the time other software sees it * Add a new Distribute=$NUMBER key to socket units that makes use of SO_REUSEPORT to distribute network traffic on $NUMBER instances |