-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.gitignore
43 lines (34 loc) · 958 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
# Editor settings etc
.private
.vscode
# Build artefacts
*.o
*.idb
*.map
# Do not include user settings for qt
*.pro.user
*.pro.user*
/host/cli/both/*.bin
/host/cli/both/*.exe
/host_mk2/apps/cli/both/*.bin
/host_mk2/apps/cli/both/*.exe
# Only working on rp2040, requires a level shifter and only oldschool bdm is kinda working.
# It'll be included once all three versions of BDM are working
/firmware_mk2
# There's a few "secret" projects in here that are not ready.
/host/cli/junk*
/host/cli/both/junk*
/host/cli/shared/junk*
/host/gui/linux
/host/gui/nix/build*
/host/gui/win/bdmstuff/.vs/*
/host/gui/win/bdmstuff/bin/*
!/host/gui/win/bdmstuff/bin/x86/Release
/host/gui/win/bdmstuff/bin/x86/Release/*
!/host/gui/win/bdmstuff/bin/x86/Release/*.exe
!/host/gui/win/bdmstuff/bin/x86/Release/*.dll
/host/gui/win/bdmstuff/dll/*
!/host/gui/win/bdmstuff/dll/*.dll
/host/gui/win/bdmstuff/obj/*
/host/gui/win/namedll/Debug/*
/host/gui/win/namedll/Release/*