summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoc O <37000451+docyx@users.noreply.github.com>2019-11-15 16:19:47 -0500
committerAndreas Kling <awesomekling@gmail.com>2019-11-15 22:19:47 +0100
commite17386692af62bae402e16f56028895a627bc7cb (patch)
tree271d880795600ef37cccec4cf9d9df9f6755e664
parent834eff7983476a6ae0eb2bf23481c20169c6f305 (diff)
downloadserenity-e17386692af62bae402e16f56028895a627bc7cb.zip
Meta: Add .DS_Store to .gitignore (#786)
-rw-r--r--.gitignore3
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