Revision edcf3f9f23f82962ae2a307100e9ac18d3d63385 authored by Lars Bilke on 26 February 2021, 07:52:16 UTC, committed by Lars Bilke on 01 March 2021, 13:30:26 UTC
1 parent a985ade
Raw File
.gitignore
*.bak*
/build*/
*.sw[op]
tags
.ExternalData_*

# CLion IDE project files
*.iml
.idea

# Visual Studio Code project files
.vscode

# Conan package manager
conanbuildinfo.cmake
conaninfo.txt
CMakeLists.txt.user*

*.pyc
.venv

Tests/**/*.md5
Tests/Data/Parabolic/HT/InvalidProjectFiles/*.prj
web/.netlify

CMakeUserPresets.json
back to top