summaryrefslogtreecommitdiff
path: root/Userland/.gitignore
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2018-10-31 01:06:57 +0100
committerAndreas Kling <awesomekling@gmail.com>2018-10-31 01:06:57 +0100
commit3218f00099443d974427c7547f42a87ae4fc50d8 (patch)
tree42ac2ccc21a402d55711c13b943268c2d1dd1795 /Userland/.gitignore
parent7be30a2fa8b9fa5ca5e1130d41a90331fc99ff54 (diff)
downloadserenity-3218f00099443d974427c7547f42a87ae4fc50d8.zip
Implement basic sys$kill() and add a /bin/kill
All it can do right now is send SIGKILL which just murders the target task.
Diffstat (limited to 'Userland/.gitignore')
-rw-r--r--Userland/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/.gitignore b/Userland/.gitignore
index f6b0db7615..7207e83cfc 100644
--- a/Userland/.gitignore
+++ b/Userland/.gitignore
@@ -14,3 +14,4 @@ uname
clear
tst
mm
+kill