diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-02-27 21:45:06 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-02-27 21:45:06 +0100 |
commit | dda9b9ab1bcd778a0990d8c73746e1d3e9c9e2f0 (patch) | |
tree | bff782f53f260071341e4ace5ca1c805de86e042 /Userland/.gitignore | |
parent | 02bfbb712afe150d23d6d61fdd9aa244a8c8b313 (diff) | |
download | serenity-dda9b9ab1bcd778a0990d8c73746e1d3e9c9e2f0.zip |
Userland: Add a simple /bin/stat program.
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 e09f5ed784..fc991ef960 100644 --- a/Userland/.gitignore +++ b/Userland/.gitignore @@ -36,3 +36,4 @@ df su env chown +stat |