From 9df25eda88b1c093146222af4af7a1298f92b413 Mon Sep 17 00:00:00 2001 From: Tyler Veness Date: Sun, 21 Nov 2021 17:30:10 -0800 Subject: [PATCH] Add clangd files to .gitignore (#318) --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index e02ca47a3..7309e1817 100644 --- a/.gitignore +++ b/.gitignore @@ -115,6 +115,14 @@ fabric.properties **/dependency-reduced-pom.xml # photon-server/photon-vision.iml +# compile_commands +compile_commands.json + +# clang configuration and clangd cache +.clang +.clangd/ +.cache/ + New client/photon-client/* *.prefs