-
Notifications
You must be signed in to change notification settings - Fork 66
Expand file tree
/
Copy path.gitignore
More file actions
65 lines (57 loc) · 794 Bytes
/
Copy path.gitignore
File metadata and controls
65 lines (57 loc) · 794 Bytes
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 artifacts
object_*
io_src
swig
lib
lib64
lib_Linux_*
lib_Darwin_*
*.lex.c
*.tab.cpp
*.tab.hpp
*.gcda
*.gcno
coverage.info
gmon.out
compile_commands.json
Makefile_jsc_dirs
# Autoconf / configure
config.status*
config.log
aclocal.m4
autom4te.cache
# Generated binaries
bin/trick-ICG
bin/trick-fxplot
bin/trick-gxplot
bin/trick-trk2ascii
bin/trick-trk2csv
bin/trick-trkConvert
# Civet / web server
trick_source/web/CivetServer/obj/
civetweb_clone/
include/civet/
civet_server_error.log
server.pem
trick-offline
# Sim / test output
trick_test
trickops_logs/
*init_log.csv*
*sim_services_classes.resource
# Config / generated files
share/trick/makefiles/config_user.mk
# Editor / OS
*~
*.swp
*.dox
.DS_Store
.vscode/
.cache/
# Python
*.pyc
.venv
# Logs / debug
*.log
*.dSYM
archive/