Skip to content

Commit af480c6

Browse files
committed
update gitignore
1 parent 2730960 commit af480c6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.gitignore

100644100755
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ docs/_build/
5656
# PyBuilder
5757
target/
5858

59-
6059
# extensions sources built with Cython
6160
extensions/*.c
61+
62+
# built lib
63+
pyrilla/*.dll
64+
pyrilla/*.so
65+
66+
# ide
67+
.idea

0 commit comments

Comments
 (0)