Revision b90fb0f7fd0a36e934e9a2a5b1e1a7b71b9c3732 authored by renchao_lu on 25 February 2021, 09:27:53 UTC, committed by Dmitry Yu. Naumov on 01 March 2021, 14:53:08 UTC
1 parent 912c7dd
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