-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
65 lines (58 loc) · 939 Bytes
/
.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
build*/
build/
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# Editor temporary files
*~
*.bak
*.asv
# latex temporary files
*.aux
*.toc
*.out
*.log
*.bbl
*.blg
*.TMP
/docs/manuals/*.gz
# Python Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
/.project
/test/test_files/constraint_tests/*.dat
*.dat
/.cproject
install
temp_tests
fmus
/ThirdParty/FMILibrary-2.0.1/build
/ThirdParty/FMILibrary-2.0.1/install
/fmi/fmu_objects/extractFMU
/ThirdParty/Cbc
/ThirdParty/Coin
/ThirdParty/CoinMP2
/docs/html
/docs/latex
/test/test_files/fmi_tests/test_fmus/Rectifier
/test/test_files/zip_tests/rectifier/sources
/test/test_files/fmi_export_tests/griddyn
/tests/test_files/rectifier/sources
/tests/test_files/HELICS_CyDER_Controller
/tests/test_files/rectifier
/tests/test_files/HELICS_CyDER_Generator