Skip to content

Commit 8ebfc7c

Browse files
committed
Update .gitignore
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 68f42a8 commit 8ebfc7c

File tree

1 file changed

+35
-2
lines changed

1 file changed

+35
-2
lines changed

.gitignore

+35-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1-
*.o
2-
*.swp
1+
# Specific
2+
astyle.out
3+
boards.local.txt
34
platform.txt
5+
platform.local.txt
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)