summaryrefslogtreecommitdiff
path: root/Userland/.gitignore
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-02-21 13:26:40 +0100
committerAndreas Kling <awesomekling@gmail.com>2019-02-21 13:26:40 +0100
commit7d288aafb25f44a63cf1e4c3e262b4906bc12b21 (patch)
treed35e02d7a9441889cab5d3455e12a341f3110a0d /Userland/.gitignore
parentb6115ee5b7aaccc6c8597534cc64d339e038f578 (diff)
downloadserenity-7d288aafb25f44a63cf1e4c3e262b4906bc12b21.zip
Kernel: Add link() syscall to create hard links.
This accidentally grew into a little bit of VFS cleanup as well. Also add a simple /bin/ln implementation to exercise it.
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 a3644d8cdc..4c4f51262a 100644
--- a/Userland/.gitignore
+++ b/Userland/.gitignore
@@ -31,3 +31,4 @@ dmesg
top
chmod
pape
+ln