We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36cbcf1 commit 3335dbbCopy full SHA for 3335dbb
.gitignore
@@ -1,60 +1 @@
1
-# OTHER
2
-#*.cmake
3
-rp2040/
4
-build/
5
-#Makefile
6
-CMakeCache.txt
7
-CMakeFiles/
8
-#CMakeLists.txt
9
-# Prerequisites
10
-*.d
11
-
12
-# Object files
13
-*.o
14
-*.ko
15
-*.obj
16
-*.elf
17
18
-# Linker output
19
-*.ilk
20
-*.map
21
-*.exp
22
23
-# Precompiled Headers
24
-*.gch
25
-*.pch
26
27
-# Libraries
28
-*.lib
29
-*.a
30
-*.la
31
-*.lo
32
33
-# Shared objects (inc. Windows DLLs)
34
-*.dll
35
-*.so
36
-*.so.*
37
-*.dylib
38
39
-# Executables
40
-*.exe
41
-*.out
42
-*.app
43
-*.i*86
44
-*.x86_64
45
-*.hex
46
47
-# Debug files
48
-*.dSYM/
49
-*.su
50
-*.idb
51
-*.pdb
52
53
-# Kernel Module Compile Results
54
-*.mod*
55
-*.cmd
56
-.tmp_versions/
57
-modules.order
58
-Module.symvers
59
-Mkfile.old
60
-dkms.conf
+build/
0 commit comments