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