Skip to content

Commit 6ae075b

Browse files
committed
add '*.bak', '*.o' and '*.so' to gitignore
1 parent fa21a4d commit 6ae075b

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
**/vunit_out
2-
*.pyc
2+
*.pyc
3+
*.bak
4+
*.o
5+
*.so

0 commit comments

Comments
 (0)