Skip to content

Commit

Permalink
Update .gitignore to include some common temporary files that shouldn…
Browse files Browse the repository at this point in the history
…'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: #829
  • Loading branch information
dagardner-nv authored Apr 10, 2023
1 parent 423e7bb commit 2b2a2fb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit 2b2a2fb

Please sign in to comment.