From 375799fa79d1af76f33299acc20a11a167a021f8 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Thu, 17 Aug 2023 12:32:50 +0200 Subject: project: restructure libraries and build env --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index c55aad0..d02f777 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,10 @@ +/.cache /.mypy_cache /.virtualenv +/.vscode/.conan_tools + /build +/test_package/build + +CMakeUserPresets.json +compile_commands.json \ No newline at end of file -- cgit v1.2.3