Revision 365ae873a8e2243d2b174113fe6e6e48754d1676 authored by Wenqing Wang on 23 February 2021, 13:40:42 UTC, committed by Wenqing Wang on 23 February 2021, 16:56:55 UTC
1 parent 6398b34
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