Skip to content

Commit

Permalink
Update .gitignore (bloomberg#234)
Browse files Browse the repository at this point in the history
Signed-off-by: Evgeny Malygin <[email protected]>
  • Loading branch information
678098 authored and alexander-e1off committed Oct 24, 2024
1 parent f7a4247 commit a06564f
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Build env
/build/
/cmake.bld/
/vcpkg_installed/
Expand All @@ -6,7 +7,23 @@ compile_commands.json
/.cache/
CMakeUserPresets.json
/thirdparty/
/.vscode/
/include/
/lib/
**/.idea

# Eclipse IDE
.project
.cproject

# Mac DS_Store files
**/.DS_Store
.lcldev/
.vscode/*
settings.json

# Python files
*.pyc
**/__pycache__/
.pytest_cache/
.cache/
.venv/

0 comments on commit a06564f

Please sign in to comment.