Skip to content

Commit fca59bd

Browse files
authored
Consolidate .gitignore patterns (#1816)
1 parent 6406f56 commit fca59bd

File tree

12 files changed

+12
-134
lines changed

12 files changed

+12
-134
lines changed

.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
11
target/
22
itm.txt
33
*.swp
4+
5+
**/*.rs.bk
6+
.#*
7+
.gdb_history
8+
9+
# editor files
10+
.vscode/*
11+
!.vscode/*.md
12+
!.vscode/*.svd
13+
!.vscode/launch.json
14+
!.vscode/tasks.json
15+
!.vscode/extensions.json

app/demo-stm32f4-discovery/.gitignore

Lines changed: 0 additions & 12 deletions
This file was deleted.

app/demo-stm32g0-nucleo/.gitignore

Lines changed: 0 additions & 12 deletions
This file was deleted.

app/demo-stm32h7-nucleo/.gitignore

Lines changed: 0 additions & 12 deletions
This file was deleted.

app/donglet/.gitignore

Lines changed: 0 additions & 12 deletions
This file was deleted.

app/gemini-bu/.gitignore

Lines changed: 0 additions & 12 deletions
This file was deleted.

app/gimlet/.gitignore

Lines changed: 0 additions & 12 deletions
This file was deleted.

app/gimletlet/.gitignore

Lines changed: 0 additions & 12 deletions
This file was deleted.

app/lpc55xpresso/.gitignore

Lines changed: 0 additions & 12 deletions
This file was deleted.

app/oxide-rot-1/.gitignore

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)