-
Notifications
You must be signed in to change notification settings - Fork 16
/
.gitignore
98 lines (87 loc) · 1.36 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
# Build products
*.[oa]
*.gcno
*.gcda
*.gch
*.pyc
object_*
S_library_list_ext
.S_library_list_ext
build/
.DS_Store
# Doxygen generated documentation
docs/combined
docs/models
docs/scripts
docs/sims
docs/doxygen/*Err.txt
# Editor temporary files
*.swp
*~
# MacOS files
.DS_Store
# ctags tags files
tags
# Trick-generated files and folders
# found in model and sim directories
xml
io_src
swig
# found only in sim directories
.auto_checksums
CP_out
log_*.header
log_*.trk
log_*.csv
_init_log*.csv
chkpnt_*_init
chkpnt_end
chkpnt_point
/sims/**/*checkpoint
/sims/**/*.running_feds
/sims/**/makefile
Makefile_deps
Makefile_temp_depends
Makefile_swig
Makefile_sim
MAKE_out
send_hs
swig_src
S_default.dat
S_define_expnd*
S_document.xml
S_*.exe
S_job_execution
S_library_list
S_sie.resource
S_sie.json
S_source.cpp
S_source.hh
S_run_summary
.S_library_swig*
.icg_no_found
varserver_log
DP_Product
SIM_*.xml
# Ignore trick build artifacts in the sims subdirectories.
/sims/**/trick/**
/sims/**/.trick/**
/sims/**/trick.zip
# Allow the Modified_data/trick directory.
!/sims/**/Modified_data/trick/**
# Ignore trick-generated makefiles for unit tests
Makefile.trick
# JEOD specific files
jeod_chkpnt_post_init
# Visual Studio Code
.vscode
# Eclipse specific files
Debug
.cproject
.project
.settings
.pydevproject
# Other script related files
.clang-format
# Cppcheck output directory
/cppcheck/