Revision 798d19515cd55adab2a54d519afcafdf4d7b820e authored by Dmitri Naumov on 14 February 2021, 10:31:44 UTC, committed by Dmitri Naumov on 14 February 2021, 16:37:24 UTC
1 parent 652a59e
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