From: Arran Cudbard-Bell Date: Mon, 27 Jun 2022 20:16:26 +0000 (-0500) Subject: Ignore compile commands (it's system specific) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8de7057b29bed8e39859162a6c74d4f0482641b;p=thirdparty%2Ffreeradius-server.git Ignore compile commands (it's system specific) --- diff --git a/.gitignore b/.gitignore index fdfbeafb0a3..6da5711c48c 100644 --- a/.gitignore +++ b/.gitignore @@ -38,6 +38,10 @@ # Exuberant ctags tags +# This is essentially a log of all source files and how they were compiled. +# It's consumed by clangd, and is local to the system. +compile_commands.json + # Local icon files icon.png