We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68f42a8 commit 8ebfc7cCopy full SHA for 8ebfc7c
.gitignore
@@ -1,3 +1,36 @@
1
-*.o
2
-*.swp
+# Specific
+astyle.out
3
+boards.local.txt
4
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