Skip to content

Commit 6ee82c2

Browse files
committed
chore: updated .gitignore
- removed C .gitignore - added net_practice projects
1 parent 267324b commit 6ee82c2

1 file changed

Lines changed: 1 addition & 61 deletions

File tree

.gitignore

Lines changed: 1 addition & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,61 +1 @@
1-
# VS Code
2-
.vscode/
3-
4-
# Build path
5-
build/
6-
7-
# Prerequisites
8-
*.d
9-
10-
# Object files
11-
*.o
12-
*.ko
13-
*.obj
14-
*.elf
15-
16-
# Linker output
17-
*.ilk
18-
*.map
19-
*.exp
20-
21-
# Precompiled Headers
22-
*.gch
23-
*.pch
24-
25-
# Libraries
26-
*.lib
27-
*.a
28-
*.la
29-
*.lo
30-
31-
# Shared objects (inc. Windows DLLs)
32-
*.dll
33-
*.so
34-
*.so.*
35-
*.dylib
36-
37-
# Executables
38-
*.exe
39-
*.out
40-
*.app
41-
*.i*86
42-
*.x86_64
43-
*.hex
44-
45-
# Debug files
46-
*.dSYM/
47-
*.su
48-
*.idb
49-
*.pdb
50-
51-
# Kernel Module Compile Results
52-
*.mod*
53-
*.cmd
54-
.tmp_versions/
55-
modules.order
56-
Module.symvers
57-
Mkfile.old
58-
dkms.conf
59-
60-
# debug information files
61-
*.dwo
1+
net_practice

0 commit comments

Comments
 (0)