forked from AVSLab/basilisk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
executable file
·61 lines (56 loc) · 986 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
.eggs/
CMakeFiles/
**/_VizFiles/
CMakeCache.txt
.DS_Store
dist/
dist3/
.pytest_cache
docs/html
docs/build
docs/source/Documentation/*
docs/source/_images/Scenarios/*
docs/source/breathe.data
docs/source/externalTools/*
docs/source/examples/*
docs/source/supportData.rst
src/tests/scenarios/data
bsk-dev-env/
bin/
.vscode/
xml/*
*.swp
*.pyc
lastfailed
.idea
**/AutoTex/
**/AutoTeX/
cmake-build*/*
*.aux
*.log
*.out
*.gz
*.toc
src/cmake-build-debug/*
supportData/*/__init__.py
src/utilities/vizProtobuffer/__init__.py
src/utilities/vizProtobuffer/vizMessage.pb.cc
src/utilities/vizProtobuffer/vizMessage.pb.h
src/utilities/vizProtobuffer/vizMessage_pb2.py
externalTools/fswAuto/autosetter/sets/*
externalTools/fswAuto/autowrapper/wraps/*
**/outputFiles/*
src/moduleTemplates/autoCModule/*
src/moduleTemplates/autoCppModule/*
supportData/EphemerisData/*.bsp
*.fdb_latexmk
*.fls
**/tests/report/
**/__pycache__/
venv/
.venv/
# VSCode
.devcontainer
# Python packaging
*.egg-info
build/