diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-10-22 17:09:25 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-10-22 17:09:25 +0000 |
commit | 32759d402e7327865ea18a203bd1c09f98735bd1 (patch) | |
tree | 73c53e1e70df6c23c9c32a73bff0161317f4e9c4 /.gitignore | |
download | mdevd-32759d402e7327865ea18a203bd1c09f98735bd1.tar.xz |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..03df4a0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +*.o +*.a +*.lo +*.so +*.so.* +mdevd +mdevd-netlink +mdevd-coldplug |