From be4968700081ef549cd526da7cccb3135479ee8b Mon Sep 17 00:00:00 2001 From: PoliEcho Date: Tue, 4 Aug 2026 18:03:10 +0200 Subject: [PATCH] add compile_commands to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e3e6610..96b66fa 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ build* .cache .vscode src/core/config.hpp -readsb \ No newline at end of file +readsb +compile_commands.json \ No newline at end of file