Skip to content

Commit 5c2de74

Browse files
authored
Merge pull request #10 from pfeerick/main
Just a few minor changes
2 parents 998b3b7 + 605fe2c commit 5c2de74

File tree

5 files changed

+474
-326
lines changed

5 files changed

+474
-326
lines changed

.github/release-drafter.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
template: |
2-
## What's Changed
3-
4-
$CHANGES
1+
template: |
2+
## What's Changed
3+
4+
$CHANGES

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Program config file
22
conf.dat
33

4-
# VSCode workspace settings
4+
# IDE workspace settings
55
.vscode/
6+
.idea/
67

78
# Byte-compiled / optimized / DLL files
89
__pycache__/
@@ -141,3 +142,8 @@ dmypy.json
141142

142143
# Cython debug symbols
143144
cython_debug/
145+
146+
# OpenOCD files and directories
147+
openocd/
148+
openocd_tmp/
149+
openocd-*

0 commit comments

Comments
 (0)