Skip to content

Commit d485a45

Browse files
committed
Add additional git ignoring of .c & .so files
1 parent c428c23 commit d485a45

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.gitignore

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
__pycache__/
33
*.py[cod]
44

5-
# C extensions
6-
*.so
7-
85
# Distribution / packaging
96
.Python
107
env/
@@ -64,3 +61,9 @@ venv/
6461

6562
# Vim Rope
6663
.ropeproject/
64+
65+
# C extensions
66+
dependency_injector/*.c
67+
dependency_injector/*.so
68+
dependency_injector/providers/*.c
69+
dependency_injector/providers/*.so

0 commit comments

Comments
 (0)