From 2b2a2fb61c80a2d97a3f7662df7e79617cee4370 Mon Sep 17 00:00:00 2001 From: David Gardner <96306125+dagardner-nv@users.noreply.github.com> Date: Mon, 10 Apr 2023 13:48:23 -0700 Subject: [PATCH] Update .gitignore to include some common temporary files that shouldn't be tracked by git (#829) Ignore clangd settings, dfp viz output, and saved benchmark data Authors: - David Gardner (https://github.com/dagardner-nv) Approvers: - Michael Demoret (https://github.com/mdemoret-nv) URL: https://github.com/nv-morpheus/Morpheus/pull/829 --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index c6b5913f31..405d69cb69 100755 --- a/.gitignore +++ b/.gitignore @@ -205,3 +205,13 @@ morpheus/_lib/**/*.pyi # Explicitly ignore .vscode/. Shared settings should go in morpheus.code-workspace # and user settings will go in .vscode/ .vscode/ + +# Ignore user-defined clangd settings +.clangd + +# Ignore DFP Visualization output dirs +examples/digital_fingerprinting/visualization/*-dfp-output/ + +# Ignore saved benchmark data +tests/benchmarks/.benchmarks/ +