From acbf5dbdefce8b1a225b4bb167445aa8256ee433 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Mon, 13 Apr 2020 10:50:13 -0700 Subject: [PATCH] Update .gitignore with Vim swap and source indexing files PiperOrigin-RevId: 306263383 --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index c8b75500f333..0e298df8940b 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,10 @@ imgui.ini # Emacs autosaves *~ \#*\# + +# Vim swap files +[._]*.sw[a-p] + +# Source indexing files +compile_commands.json +.clangd/