Skip to content

Commit

Permalink
add '*.bak', '*.o' and '*.so' to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed Apr 22, 2019
1 parent fa21a4d commit 6ae075b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
**/vunit_out
*.pyc
*.pyc
*.bak
*.o
*.so

0 comments on commit 6ae075b

Please sign in to comment.