[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
master
Mitya Lyubarskiy 5 years ago committed by Facebook Github Bot
parent fc3110f651
commit 65f5f3e334

7
.gitignore vendored

@ -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

Loading…
Cancel
Save