diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-01-27 07:18:26 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-01-27 07:18:26 +0100 |
commit | 15fad649ea51d25e168e0456b5621beb820e254d (patch) | |
tree | 5ed0fea95db44d9d28bcf37b653070e93595cce6 /Userland/.gitignore | |
parent | a34bb07abbe2152c705e95d6dd460e57557422c7 (diff) | |
download | serenity-15fad649ea51d25e168e0456b5621beb820e254d.zip |
Userland: Make a simple /bin/cp for copying files.
Diffstat (limited to 'Userland/.gitignore')
-rw-r--r-- | Userland/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/.gitignore b/Userland/.gitignore index 425fa3f830..45e4d0fcc6 100644 --- a/Userland/.gitignore +++ b/Userland/.gitignore @@ -25,3 +25,4 @@ guitest guitest2 sysctl rm +cp |