-
-
Notifications
You must be signed in to change notification settings - Fork 379
/
.gitignore
112 lines (102 loc) · 1.35 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
build/
bin/
lib/
ipch/
__pycache__/
src/data
debian/autoreconf*
debian/files
debian/*.debhelper.log
debian/*.substvars
debian/pioneer*/
autom4te.cache/
codedoc/
nd/Data/
doxygen/html
doxygen/latex
/release
/out
.deps
*.swp
shipstat.csv
aclocal.m4
config.guess
config.log
config.status
config.sub
configure
depcomp
install-sh
missing
test-driver
stamp-h1
*~
*.orig
*.wwdb
gmon.out
.dirstamp
result
*.sgm
*.user
*.exp
# Windows - local irrelevant cruft
Thumbs.db
# MacOS - local irrelevant cruft
.DS_Store
# Exclude build artefacts
pioneer
pioneer.exe
modelviewer
modelviewer.exe
modelcompiler
modelcompiler.exe
modelcompiler-debug.lib
modelcompiler-prerelease.lib
modelcompiler-profile.lib
modelcompiler.lib
pioneer-debug.lib
pioneer-prerelease.lib
pioneer-profile.lib
pioneer.lib
pioneer-x64*.lib
pioneer-*.tar.*
*.vcxproj.user
*.user
*.ncb
*.suo
*.sdf
*.opensdf
*.o
*.a
*.manifest
/*.exe
/*.dll
/*.pdb
/*.ilk
# meta-build tooling products etc. shouldn't be tracked
Makefile
Makefile.in
Debug/
PreRelease/
Profile/
Release/
cmake-*
CMakeUserPresets.json
compile
# IDEs make their local configurations shouldn't be tracked
.vscode/*
.vs/
.project
.cproject
*.VC.db
*.code-workspace
!pioneer-default.code-workspace
.idea
# Core dumps shouldn't be tracked by git.
.[0-9][0-9]*
# Don't track C++ language server cache files.
.ccls-cache
.clangd/
.cache/
!data/modules/Debug
*.lnk