Revision 0ad87c275a849cc2b38698a7194fb774a377a5ec authored by Lars Bilke on 13 January 2021, 14:32:49 UTC, committed by Lars Bilke on 13 January 2021, 14:32:49 UTC
May fix issues output from `git describe ...` missing the last tag.
1 parent 6d5f0fa
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
back to top