File tree 2 files changed +80
-0
lines changed
2 files changed +80
-0
lines changed Original file line number Diff line number Diff line change
1
+
2
+ # Created by https://www.gitignore.io/api/c,c++
3
+ # Edit at https://www.gitignore.io/?templates=c,c++
4
+
5
+ # ## C ###
6
+ # Prerequisites
7
+ * .d
8
+
9
+ # Object files
10
+ * .o
11
+ * .ko
12
+ * .obj
13
+ * .elf
14
+
15
+ # Linker output
16
+ * .ilk
17
+ * .map
18
+ * .exp
19
+
20
+ # Precompiled Headers
21
+ * .gch
22
+ * .pch
23
+
24
+ # Libraries
25
+ * .lib
26
+ * .a
27
+ * .la
28
+ * .lo
29
+
30
+ # Shared objects (inc. Windows DLLs)
31
+ * .dll
32
+ * .so
33
+ * .so. *
34
+ * .dylib
35
+
36
+ # Executables
37
+ * .exe
38
+ * .out
39
+ * .app
40
+ * .i * 86
41
+ * .x86_64
42
+ * .hex
43
+
44
+ # Debug files
45
+ * .dSYM /
46
+ * .su
47
+ * .idb
48
+ * .pdb
49
+
50
+ # Kernel Module Compile Results
51
+ * .mod *
52
+ * .cmd
53
+ .tmp_versions /
54
+ modules.order
55
+ Module.symvers
56
+ Mkfile.old
57
+ dkms.conf
58
+
59
+ # ## C++ ###
60
+ # Prerequisites
61
+
62
+ # Compiled Object files
63
+ * .slo
64
+
65
+ # Precompiled Headers
66
+
67
+ # Compiled Dynamic libraries
68
+
69
+ # Fortran module files
70
+ * .mod
71
+ * .smod
72
+
73
+ # Compiled Static libraries
74
+ * .lai
75
+
76
+ # Executables
77
+
78
+ # End of https://www.gitignore.io/api/c,c++
Original file line number Diff line number Diff line change
1
+ # code-archive-cplusplus
2
+ My code archive for useful algorithms and data structures in C++.
You can’t perform that action at this time.
0 commit comments