https://gitlab.opengeosys.org/ogs/ogs.git
Revision 620d06ce2c682851d399ed52c4b19b54f966c0fc authored by rinkk on 09 December 2020, 11:14:10 UTC, committed by rinkk on 09 December 2020, 11:14:10 UTC
1 parent b4a29c7
Raw File
Tip revision: 620d06ce2c682851d399ed52c4b19b54f966c0fc authored by rinkk on 09 December 2020, 11:14:10 UTC
[DE] removed system specific file remove functionality
Tip revision: 620d06c
.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