forked from NREL/EnergyPlus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
100 lines (88 loc) · 1.71 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
91
92
93
94
95
96
97
98
99
100
*.a
*.d
*.dll
*.exe
*.gcda
*.ilk
*.lib
*.log
*.map
*.o
*.o-*
*.obj
*.optrpt
*.orig
*.pdb
*.res
*.so
*.so.*
*~
.directory
.DS_Store
# EPLaunch workflow cache files
.eplaunch
testfiles/EPLaunchRun_*/
# EnergyPlus output files in the testsilfes folder
testfiles/*.audit
testfiles/*.bnd
testfiles/*.dxf
testfiles/*.eio
testfiles/*.end
testfiles/*.err
testfiles/*.eso
testfiles/*.mdd
testfiles/*.mtd
testfiles/*.mtr
testfiles/*.rdd
testfiles/*.shd
testfiles/*.svg
testfiles/*.csv
testfiles/*.tab
testfiles/*.sln
testfiles/*.rvaudit
testfiles/*.wrl
testfiles/*.htm
# this is autogenerated in the src dir
doc/title.tex
# ignore the doxygen and sphinx built API docs
doc/readthedocs/doxygen/_build
doc/readthedocs/sphinx/_build
doc/readthedocs/sphinx/_build_c
/doc/readthedocs/sphinx/schema.rst
# now that we have python, ignore some things
*.pyc
venv
# Ignore build folders (at root level only, except build we ignore everywhere for doc/build in particular), if the dev chooses to put it there
build
/build*/
/Build*/
/debug*/
/release?*/
.cppcheck-build-dir
cppcheck.txt
# by default CLion uses cmake-build-debug as the build folder, so add that as well
cmake-build-*
# for wheel builds, we can also ignore a couple
build-wheel/
dist/
energyplus.egg-info
wheelhouse/
# App-specific project files, for example, for Geany IDE:
*.geany
.project
.cproject
.idea
.se
.vs
.vscode
CMakeSettings.json
CMakeCache.txt
CMakeFiles/
# vim temp file:
*.swp
# py2app puts things inside dist/ and build/, build/ is already ignored, just add dist/
dist
# if you generate sphinx docs, it builds a dummy version of the schema in the idd folder, just ignore it
/idd/Energy+.schema.epJSON
/idd/Energy+.schema.epJSON.in
design/FY2023/earth_tube_solution_space_diagram.pdf