Revision f467d89502e4996d949b3da3556dc0c5484ff581 authored by Lars Bilke on 01 February 2021, 21:46:06 UTC, committed by Lars Bilke on 02 February 2021, 16:53:39 UTC
1 parent 17f248f
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