diff --git a/.gitignore b/.gitignore
index a626a4d8754f6849d29125f85b62ac76f0f6ca83..95abc8c11cfc5a7f7e5afdab7648ec78666d0bb0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,3 +35,5 @@ __pycache__
 
 **/generated
 **/scxmls
+
+scripts/logdecoder/logdecoder
diff --git a/scripts/logdecoder/logdecoder b/scripts/logdecoder/logdecoder
deleted file mode 100755
index 77794097e0b8595ff84a11d850230f6f8ebb928b..0000000000000000000000000000000000000000
Binary files a/scripts/logdecoder/logdecoder and /dev/null differ
diff --git a/src/boards/Main/Sensors/Pitot/PitotData.h b/src/boards/Main/Sensors/Pitot/PitotData.h
index 7d0640434d8a8ef5b9d2fbe4d1af4a87ca586150..7a3a05a87940a73bf335d7e8a9526cda03d3a3fb 100644
--- a/src/boards/Main/Sensors/Pitot/PitotData.h
+++ b/src/boards/Main/Sensors/Pitot/PitotData.h
@@ -32,7 +32,7 @@ struct PitotData
     uint64_t timestamp;
     float airspeed;
 
-    static std::string header() { return "timestamp,airspeed"; }
+    static std::string header() { return "timestamp,airspeed\n"; }
 
     void print(std::ostream& os) const
     {