forked from remindmodel/remind
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
90 lines (68 loc) · 1.74 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
# .gitignore file for the remind folder.
# !!!
# Remember:
# 1: Patterns listed below are used recursively in the entire git folder
# 2: Use a "!" at the start, to explicitly NOT ignore a pattern
# !!!
# Ignore model lock file
.lock
# Ignore files that end with ".un~", ".swp" or ".pdf"
*.un~
*.swp
*.pdf
# ignore libreoffice lock files
.~*#
# Ignore everything in "input" folders
input/
!/scripts/input/
# Ignore everything in root "output" folder
/output/
# Ignore xlsx files in config created by remind2::colorScenConf()
config/scenario_config*_colorful.xlsx
config/*/scenario_config*_colorful.xlsx
# Ignore compare scenario files
compScen-*.pdf
compScen-*.err
compScen-*.out
compScen-*/*
# Ignore everything in "doc" folders, except for 3 specific files
doc/
!doc/literature.bib
!doc/images/MAC_costs.png
# Ignore "main.lst" files
main.lst
# Ignore .RData and log files only in the root folder
/*.RData
/*.log
# ignore magpie subfolder for coupled runs
/magpie/
# ignore .Rhistory files
.Rhistory
last.dump.rda
# ignore all the MAGICC files, should they be present
core/magicc/
!core/magicc/magicc_scen_bau.inc
!core/magicc/magicc_scen_450.inc
!core/magicc/magicc_scen_550.inc
# ignore climate assessment data
scripts/utils/climate_assessment/PYTHONLOG*.out
scripts/utils/climate_assessment/output_climate/
# ignore GDX files in the gdx-files folder
config/gdx-files/*.gdx
# ignore output created by output script plotRuntime.R
plotRuntime*.html
plotRuntimeDependencies/
.Rproj.user
runtime.rds
# main renv.lock should only be commited for releases
/.Rbuildignore
# ignore RStudio project files
/*.Rproj
# Main Python virtual environment
.venv/
# ignore slurm logs
slurm-[0-9]*.log
slurm-[0-9]*.out
calibration_results/
# ignore test logs
tests/test-full*.log