-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
62 lines (50 loc) · 943 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
62
# Compiled Object files
*.o
*.obj
# Compiled Dynamic libraries
*.dll
# Compiled Static libraries
*.a
*.lib
# Executables
*.exe
*.out
# Ignore Jetbrains CLion IDE files
.idea
# Ignore Visual Studio specific files/folders
.vs/
# Debug/Release Folders
Debug/
Release/
# Compiled DEV7 Tools
/binaries/DEV7Launcher
/binaries/BCD1Creator
/binaries/OBCViewer
/binaries/ModelPathDumper
/binaries/OBJDumper
/binaries/CTRKViewer
# Compiled Common Tools
# - Linux
/common-tools/linux/create_iso/create_iso
/common-tools/linux/extract_iso/extract_iso
/common-tools/linux/convert_bin/convert_bin
/common-tools/linux/create_zip/create_zip
/common-tools/linux/create_tar/create_tar
# Rewritten Software Ports
rewritten-software-ports/linux/LoaderMDO/LoaderMDO
# Additional Tools stuff
binaries/CMakeCXXCompilerId
# AdibouNet stuff
adibounet/adibounet.log
# DEV7 File formats
*.obc
*.ctrk
*.let
*.aca
*.vmd
*.img
*.mdx
*.dbf
*.ini
*.mesh
*.cure