-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy path.gitignore
132 lines (115 loc) · 2.48 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
#################
# build artifacts
#################
build/*
bin/*
EMTG_v9_Results/*
scripts/*
#EMTG-config.cmake
*.debug
*.d
*.o
*.so
*.out
*.1
EMTG-Config\.cmake
#########################
# Visual Studio artifacts
#########################
.vscode/*
.vs/*
docs/entry_interface_constraint_derivations/\.vs/emtg_interface_constraint_derivations/v15/
*.pyproj
*.sln
##################
# Python artifacts
##################
PyEMTG/HighFidelityTest\.emtgopt
PyEMTG/PSFBtest\.emtgopt
PyEMTG/PyEMTG.options
*.pyc
PyEMTG/PyEMTG\.lnk
PyEMTG/.spyproject/*
PyEMTG.zip
PyEMTG/docs/_build/*
PyEMTG/docs/PyEMTG/_build/*
PyEMTG/docs/PEATSA/_build/*
PyEMTG/docs/OptionsOverhaul/_build/*
docs/1_Developers/python_modules/_build/*
docs/1_Developers/python_modules/_autogendocs/*
PyEMTG/.idea/*
#################
# Ephemeris files
#################
Universe/ephemeris_files/*.bsp
Universe/ephemeris_files/*.tls
Universe/ephemeris_files/*.tpc
#######################
# Latex build artifacts
#######################
*.log
*.idx
*.ilg
*.nlo
*.nls
*.toc
*.aux
*.gz
*.blg
*.bbl
*.lof
*.lot
###########################
# OptionsOverhaul artifacts
###########################
OptionsOverhaul/~\$list_of_missionoptions\.xlsx
OptionsOverhaul/~\$list_of_journeyoptions\.xlsx
OptionsOverhaul/\.vs/OptionsOverhaul/v15/\.suo
OptionsOverhaul/journeyoptions\.cpp
OptionsOverhaul/journeyoptions\.h
OptionsOverhaul/JourneyOptions\.py
OptionsOverhaul/missionoptions\.cpp
OptionsOverhaul/missionoptions\.h
OptionsOverhaul/MissionOptions\.py
OptionsOverhaul/PyMissionOptions\.h
#####################
# Testatron artifacts
#####################
/testatron/tests/output/**
testatron/tests/output/*
testatron/output/
testatron/tests/Errors/
testatron/HardwareModels/server.throttleOUTPUT
testatron/testout.txt
testatron/tests/*/*.ephemeris
testatron/tests/*/*.emtg_archive
testatron/testout.txt
testatron/.idea/*
############################
# Microsoft Office Artifacts
############################
docs/~\$TGv9_system_test_architecture\.docx
docs/~\$EMTG_requirements_document\.xlsx
docs/~\$EMTGv9_requirements_document\.xlsx
testatron/~\$EMTGv9_test_matrix\.xlsx
######################
# sphinx Documentation
######################
*.doctree
/docs/1_Developers/python_modules/_autogendocs/doctrees/*
################
# Dependencies
################
/depend/boost/stage/*
#######
# Other
#######
*.ThrottleTableOUTPUT
emtg
PropulatorDriver
*.lot
PyEMTG.zip
PyEMTG/.spyproject/*.ini
PyEMTG/.spyproject/*.bak
PyEMTG/PEATSA/.idea/
PyEMTG/OptionsOverhaul/.idea/