From 65f5f3e3347e4c0c3a35c1880e780a0737bc02c1 Mon Sep 17 00:00:00 2001 From: Mitya Lyubarskiy Date: Fri, 6 Dec 2019 05:10:01 -0800 Subject: [PATCH] [infer] Add .lsp.buckd/ and .lsp-buck-out/ to gitignore Summary: VS Code generate these nowadays Reviewed By: ngorogiannis Differential Revision: D18851524 fbshipit-source-id: 035430af9 --- .gitignore | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 81924a978..fec14c4b2 100644 --- a/.gitignore +++ b/.gitignore @@ -81,7 +81,9 @@ duplicates.txt /infer/tests/.idea/copyright/profiles_settings.xml # VS code -.vscode +.vscode/ +.lsp-buck-out/ +.lsp.buckd/ # Eclipse settings files ocaml.prefs @@ -89,9 +91,6 @@ ocaml.prefs /infer/src/.paths org.eclipse.core.resources.prefs -# vscode -.vscode/ - # Arcanist /arcanist/.phutil_module_cache