Skip to content

Commit 52b869b

Browse files
committed
Updated ignore list to include compiled directories bin/ and obj/
1 parent 4d21355 commit 52b869b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
*~
2-
\#
2+
\#
3+
bin/
4+
obj/
5+
*.mod

0 commit comments

Comments
 (0)