Revision 9374baa6dd600ec20c786dea1f62d18a219913e7 authored by Thomas Fischer on 10 December 2020, 12:05:34 UTC, committed by Thomas Fischer on 14 December 2020, 05:07:26 UTC
1 parent 4e23f95
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