From cbb41a293a7f44501a88a50fd30632a6eab9399a Mon Sep 17 00:00:00 2001 From: Richard Meadows Date: Sat, 14 Nov 2015 16:19:38 +0000 Subject: [PATCH] Add a couple of things to gitignore --- firmware/.gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/firmware/.gitignore b/firmware/.gitignore index 293a028..0742511 100644 --- a/firmware/.gitignore +++ b/firmware/.gitignore @@ -9,6 +9,9 @@ gdbscript-custom # The output directory out/ +# things +tools/ + # Intermediate compilation files *.o @@ -22,4 +25,7 @@ TAGS tools/verification/ctypesgen # Compiled python -*.pyc \ No newline at end of file +*.pyc + +# Compile commands +compile_commands.json \ No newline at end of file