Skip to content

Commit cafd454

Browse files
Ignore output files in root
1 parent d65d9f3 commit cafd454

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tests/__pycache__
66
# requirements defined in setup.py
77
requirements.txt
88

9-
# Temp files
9+
# Temp/output files
1010
.*.sw[po]
1111
*~
1212
*.bak
@@ -17,6 +17,11 @@ all_messages_conf.log
1717
HDR.out
1818
src/geophires_x/*.png
1919
src/geophires_x/*.html
20+
*HEATING_COOLING*.png
21+
*CASHFLOW_PROFILE*.png
22+
Geothermal_district_heating_system_with_peaking_boilers.png
23+
*.html
24+
!docs/*.html
2025

2126
# C extensions
2227
*.so

0 commit comments

Comments
 (0)