Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4394666

Browse files
authored
Merge pull request #27374 from StefRe/mnt/gitignore
MNT: add _version.py to .gitignore
2 parents e2c9cd4 + 40d0146 commit 4394666

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ pip-wheel-metadata/*
4444
# build subproject files
4545
subprojects/*/
4646
!subprojects/packagefiles/
47+
# file generated by setuptools_scm
48+
_version.py
4749

4850
# OS generated files #
4951
######################

0 commit comments

Comments
 (0)