diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-03-13 15:00:02 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-03-13 15:00:02 +0100 |
commit | ea6a537b7076bbd4a50472e971d4a982e25a4c72 (patch) | |
tree | b459834526c370de25359bc7173f9b18efaec9d9 /Userland/.gitignore | |
parent | 19a51132f5e952a7db8a9021348eae5ca144b77f (diff) | |
download | serenity-ea6a537b7076bbd4a50472e971d4a982e25a4c72.zip |
Userland: Add a simple utility for UDP testing.
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 17a5d60640..3f492418c4 100644 --- a/Userland/.gitignore +++ b/Userland/.gitignore @@ -38,3 +38,4 @@ env chown stat ping +uc |