Skip to content

Commit a9fdc93

Browse files
committed
Update .gitignore
Following GitHub’s collection of .gitignore file templates: https://github.com/github/gitignore Signed-off-by: Frederic Pillon <[email protected]>
1 parent 213a3d5 commit a9fdc93

File tree

1 file changed

+32
-5
lines changed

1 file changed

+32
-5
lines changed

.gitignore

+32-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,36 @@
1-
*.orig
2-
*.swp
3-
.DS_Store
1+
# Specific
42
astyle.out
53
boards.local.txt
64
platform.local.txt
7-
*.code-workspace
8-
.vscode
95
path_config.json
6+
7+
# Backup
8+
*.bak
9+
*.gho
10+
*.ori
11+
*.swp
12+
*.tmp
13+
14+
# macOS
15+
# General
16+
.DS_Store
17+
.AppleDouble
18+
.LSOverride
19+
20+
# Patch
21+
*.orig
22+
*.rej
23+
24+
# Python
25+
# Byte-compiled / optimized / DLL files
26+
__pycache__/
27+
*.py[cod]
28+
*$py.class
29+
30+
# VisualStudioCode
31+
.vscode/*
32+
!.vscode/settings.json
33+
!.vscode/tasks.json
34+
!.vscode/launch.json
35+
!.vscode/extensions.json
36+
*.code-workspace

0 commit comments

Comments
 (0)