Add .gitignore and remove build artifacts from tracking

This commit is contained in:
rastogi 2025-10-24 16:11:59 +02:00
parent 97d40aeba2
commit 33269d531a

29
.gitignore vendored
View File

@ -2,22 +2,6 @@
# Created by https://www.toptal.com/developers/gitignore/api/c,c++,r,cmake # Created by https://www.toptal.com/developers/gitignore/api/c,c++,r,cmake
# Edit at https://www.toptal.com/developers/gitignore?templates=c,c++,r,cmake # Edit at https://www.toptal.com/developers/gitignore?templates=c,c++,r,cmake
# Ignore everything in bin/
bin/*
# 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
### C ### ### C ###
# Prerequisites # Prerequisites
*.d *.d
@ -162,7 +146,18 @@ build/
.codechecker .codechecker
# Prevent upload of local installations # Prevent upload of local installations
bin/ bin/*
share/ share/
lib/ lib/
include/ 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