Skip to content

Commit 43841a1

Browse files
committed
fix .gitignore
1 parent 8089df0 commit 43841a1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
*.exe
2-
*.o
2+
*.o
3+
4+
# Ignore all files without an extension
5+
*
6+
!*.*

0 commit comments

Comments
 (0)