diff options
author | Doc O <37000451+docyx@users.noreply.github.com> | 2019-11-15 16:19:47 -0500 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-11-15 22:19:47 +0100 |
commit | e17386692af62bae402e16f56028895a627bc7cb (patch) | |
tree | 271d880795600ef37cccec4cf9d9df9f6755e664 | |
parent | 834eff7983476a6ae0eb2bf23481c20169c6f305 (diff) | |
download | serenity-e17386692af62bae402e16f56028895a627bc7cb.zip |
Meta: Add .DS_Store to .gitignore (#786)
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index bc3545644d..95a1aef721 100644 --- a/.gitignore +++ b/.gitignore @@ -26,7 +26,8 @@ Toolchain/Tarballs Toolchain/Build Toolchain/Local .vscode +.DS_Store compile_commands.json .clang_complete *Endpoint.h -Ports/packages.db +Ports/packages.db
\ No newline at end of file |