diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-06-17 10:06:12 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-06-17 10:06:12 +0000 |
commit | f588272b8055c615df73094d77ceb179a1182219 (patch) | |
tree | 4c66df45d3621c0f741e500a8cc98de551f8b2f0 /.gitignore | |
download | s6-linux-init-f588272b8055c615df73094d77ceb179a1182219.tar.xz |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5c6415e --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +*.o +*.a +*.lo +*.so +*.so.* |