Skip to content

Commit ba3d859

Browse files
committed
fix .gitignore
1 parent 0cafb2c commit ba3d859

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.gitignore

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
.bak *.bak
1+
.bak
2+
*.bak
23
.snprj
3-
*.o *.slo *.lo
4-
*.la *.so
4+
*.o
5+
*.slo
6+
*.lo
7+
*.la
8+
*.so
59
Makefile
610
.libs
711
.deps

0 commit comments

Comments
 (0)