We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 213a3d5 commit a9fdc93Copy full SHA for a9fdc93
.gitignore
@@ -1,9 +1,36 @@
1
-*.orig
2
-*.swp
3
-.DS_Store
+# Specific
4
astyle.out
5
boards.local.txt
6
platform.local.txt
7
-*.code-workspace
8
-.vscode
9
path_config.json
+
+# Backup
+*.bak
+*.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