Revision 62ec11f46b8036b632f50d31b6f406e021cee086 authored by Lars Bilke on 22 February 2021, 07:17:37 UTC, committed by Lars Bilke on 22 February 2021, 07:37:18 UTC
1 parent 235d628
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