Revision 52028e5db7ebbacf3fc2f6dd774a57a596ce3331 authored by Wenqing Wang on 18 February 2021, 09:56:23 UTC, committed by Wenqing Wang on 19 February 2021, 14:31:29 UTC
1 parent 4c13bff
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