diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2022-07-24 00:28:32 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2022-07-24 00:28:32 +0000 |
commit | 8ad0f7f39526ee0d8f52f44f5434dfd518f8897a (patch) | |
tree | 41b3da33258b25b56ab85973b91e4e98dd833ae8 /.gitignore | |
parent | d9f63961ec01dc02131ad0967734ae1a058b27b8 (diff) | |
download | mdevd-8ad0f7f39526ee0d8f52f44f5434dfd518f8897a.tar.xz |
Add "settle" functionality to mdevd-colplug
- Still untested.
- Also prepare for 0.1.6.0.
- Includes a refactor of several functions in mdevd, moved
into an internal libmdevd that is also used by mdevd-coldplug.
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,8 +1,7 @@ *.o -*.a +/*.a.xyzzy *.lo -*.so -*.so.* +/*.so.xyzzy /config.mak /src/include/mdevd/config.h /mdevd |