Skip to content

Commit a0131c2

Browse files
committed
gitignore
1 parent 11a608b commit a0131c2

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.gitignore

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Object files
2+
*.o
3+
*.slo
4+
*.lo
5+
6+
# Libraries
7+
*.lib
8+
*.lai
9+
*.la
10+
*.a
11+
12+
# Shared objects (inc. Windows DLLs)
13+
*.dll
14+
*.so
15+
16+
# Executables
17+
*.exe
18+
*.out
19+
20+
# Vim
21+
.*.sw[a-z]
22+
*.un~

0 commit comments

Comments
 (0)