File tree Expand file tree Collapse file tree 1 file changed +70
-0
lines changed Expand file tree Collapse file tree 1 file changed +70
-0
lines changed Original file line number Diff line number Diff line change 1+ # sorting algorithms main
2+ * main.c
3+
4+ # exe files after compilation process
5+ bubble
6+ insertion
7+ select
8+ quick
9+ shell
10+ cocktail
11+ counting
12+ merge
13+ heap
14+ radix
15+ bitonic
16+ quick
17+ deck
18+
19+ # Prerequisites
20+ * .d
21+
22+ # Object files
23+ * .o
24+ * .ko
25+ * .obj
26+ * .elf
27+
28+ # Linker output
29+ * .ilk
30+ * .map
31+ * .exp
32+
33+ # Precompiled Headers
34+ * .gch
35+ * .pch
36+
37+ # Libraries
38+ * .lib
39+ * .a
40+ * .la
41+ * .lo
42+
43+ # Shared objects (inc. Windows DLLs)
44+ * .dll
45+ * .so
46+ * .so. *
47+ * .dylib
48+
49+ # Executables
50+ * .exe
51+ * .out
52+ * .app
53+ * .i * 86
54+ * .x86_64
55+ * .hex
56+
57+ # Debug files
58+ * .dSYM /
59+ * .su
60+ * .idb
61+ * .pdb
62+
63+ # Kernel Module Compile Results
64+ * .mod *
65+ * .cmd
66+ .tmp_versions /
67+ modules.order
68+ Module.symvers
69+ Mkfile.old
70+ dkms.conf
You can’t perform that action at this time.
0 commit comments