mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-16 04:48:23 +01:00
Add .gitignore and remove build artifacts from tracking
This commit is contained in:
parent
97d40aeba2
commit
33269d531a
29
.gitignore
vendored
29
.gitignore
vendored
@ -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
|
||||||
Loading…
x
Reference in New Issue
Block a user