Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.gitignore - github.com/flipperdevices/libusb_stm32.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7eecfcf42105e910b702670a91bbed45cea93e51 (plain)
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
#compile artefacts
obj/*
html/*
*.hex
*.elf
*.map
*.a
*.bin

#ide/editor files
*.depend
*.ebp
*.elay
*.sublime-project
*.sublime-workspace
.vscode

#debug
svd/*
openocd.cfg

#doxydoc artefacts
html/*

#other junk
.DS_Store