File tree 1 file changed +44
-15
lines changed
1 file changed +44
-15
lines changed Original file line number Diff line number Diff line change 1
- # C++
2
- # Compiled object files
1
+
2
+ # ## C ###
3
+ # Prerequisites
4
+ * .d
5
+
6
+ # Object files
3
7
* .o
8
+ * .ko
9
+ * .obj
10
+ * .elf
11
+
12
+ # Linker output
13
+ * .ilk
14
+ * .map
15
+ * .exp
16
+
17
+ # Precompiled Headers
18
+ * .gch
19
+ * .pch
20
+
21
+ # Libraries
22
+ * .lib
23
+ * .a
24
+ * .la
4
25
* .lo
5
- * .slo
6
26
7
- # Compiled dynamic libraries
27
+ # Shared objects (inc. Windows DLLs)
28
+ * .dll
8
29
* .so
30
+ * .so. *
9
31
* .dylib
10
- * .dll
11
32
12
33
# Executables
34
+ * .exe
13
35
* .out
14
36
* .app
15
- * .exe
37
+ * .i * 86
38
+ * .x86_64
39
+ * .hex
40
+
41
+ # Debug files
42
+ * .dSYM /
43
+ * .su
44
+ * .idb
45
+ * .pdb
16
46
17
- # CodeLite project files
18
- # .codelite/
19
- # .clang/
20
- # *.project
21
- # Makefile
22
- # I don't think I need this file cluttering the repository.
23
- # Codelite will generate it anyway based on the project file.
24
- wrenly.mk
25
- wrenly.txt
47
+ # Kernel Module Compile Results
48
+ * .mod *
49
+ * .cmd
50
+ .tmp_versions /
51
+ modules.order
52
+ Module.symvers
53
+ Mkfile.old
54
+ dkms.conf
26
55
27
56
# Project files/folders
28
57
.vscode
You can’t perform that action at this time.
0 commit comments