Revision eb00901213eba810fa78d5ac7e981a84b63bdcb6 authored by joergbuchwald on 30 October 2020, 20:22:18 UTC, committed by Dmitry Yu. Naumov on 30 October 2020, 20:22:18 UTC
1 parent 37aa049
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
back to top