From 9452123098265962d7538f02610781d07040ca2c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wolfgang=20St=C3=B6ggl?= Date: Thu, 11 Jul 2019 11:46:15 +0200 Subject: [PATCH] Add Bear compilation database file to .gitignore - Add compile_commands.json to .gitignore. This compilation database file can be created by Build EAR (BEAR, https://github.com/rizsotto/Bear) and used by Cppcheck --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index f4c58d12..0cbb8db5 100644 --- a/.gitignore +++ b/.gitignore @@ -38,6 +38,9 @@ Makefile /src/rrd_config.h /src/stamp-h1 +# Build EAR (BEAR) compilation database file +compile_commands.json + # po /ABOUT-NLS /po/* -- 2.47.2