Revision cd2a40be81bf981de41c3d9c23ffc59b5ee78458 authored by Thomas Fischer on 03 March 2021, 07:37:11 UTC, committed by Thomas Fischer on 03 March 2021, 08:54:19 UTC
1 parent fcc5c8a
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