diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-11-06 14:19:05 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-11-06 14:21:11 +0100 |
commit | 134e56dcc53970a20a858283650bb92cd5da1d17 (patch) | |
tree | 7d6850a3e6793030110b099f6f8b370bc94e66b8 /.gitignore | |
parent | 493657337ad8569e0998a3afa7d6fb357757364a (diff) |
shared: rename condition-util.[ch] to condition.[ch]
Now that we only have one file with condition implementations around, we
can drop the -util suffix and simplify things a bit.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 6649d19fc7..4c66564c4d 100644 --- a/.gitignore +++ b/.gitignore @@ -157,7 +157,7 @@ /test-cgroup-util /test-compress /test-compress-benchmark -/test-condition-util +/test-condition /test-conf-files /test-copy /test-coredump-vacuum |