From 8a247082aa294e34c16f16c206f45fdc397a7646 Mon Sep 17 00:00:00 2001 From: rastogi Date: Thu, 30 Oct 2025 16:14:22 +0100 Subject: [PATCH] Add .gitignore --- .gitignore | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0e1d0720f..ebf3ee27a 100644 --- a/.gitignore +++ b/.gitignore @@ -143,4 +143,21 @@ build/ /.cache/ .vscode -.codechecker \ No newline at end of file +.codechecker + +# Prevent upload of local installations +bin/* +share/ +lib/ +include/ + +# But keep these specific files +!bin/barite_fgcs_2.pqi +!bin/barite_fgcs_2.qs2 +!bin/barite_fgcs_2.R +!bin/dol.pqi +!bin/dolo_fgcs_3.qs2 +!bin/dolo_fgcs_3.R +!bin/dolo_fgcs_3.pqi +!bin/phreeqc_kin.dat +!bin/run_poet.sh \ No newline at end of file