Revision 1bc41a0cc3b881091672f79d185704590ff0ac96 authored by Norbert Grunwald on 10 December 2020, 12:02:08 UTC, committed by Norbert Grunwald on 10 December 2020, 12:02:22 UTC
1 parent 8607e08
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