https://gitlab.opengeosys.org/ogs/ogs.git
Revision d4ca7e627f2fc012bfe434649b797e78e5c2a8f1 authored by Lars Bilke on 04 April 2023, 13:13:32 UTC, committed by Lars Bilke on 04 April 2023, 13:13:32 UTC
Introducing reproducable builds with guix

See merge request ogs/ogs!4550
2 parent s 94feaea + d7c52fb
Raw File
Tip revision: d4ca7e627f2fc012bfe434649b797e78e5c2a8f1 authored by Lars Bilke on 04 April 2023, 13:13:32 UTC
Merge branch 'helper-repo' into 'master'
Tip revision: d4ca7e6
.gitignore
*.bak*
/build*/
*.sw[op]
tags
.ExternalData_*
.DS_Store

# 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
Tests/Data/_out
web/.netlify

CMakeUserPresets.json

.snakemake

# clangd and other language servers' caches
.cache
.ccls-cache

# VS Code devcontainer
/.cpm
nohup.out

/Documentation/.vale

# Python build
/_skbuild
*.egg-info/
/wheelhouse
.ipynb_checkpoints
/Applications/Python/_version.py
back to top