Skip to content

Commit 507a5d3

Browse files
committed
update .gitignore for in-place install
1 parent cf378e4 commit 507a5d3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.gitignore

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
/build/
1+
/build*
22
__pycache__/
3-
/Wrappers/Python/build/
43
/Wrappers/Python/cil/version.py
5-
/build*
4+
/Wrappers/Python/cil-*.dist-info/
5+
/Wrappers/Python/cil/include/
6+
/Wrappers/Python/cil/lib/
67
*.vscode*
78
*.egg*

0 commit comments

Comments
 (0)