Skip to content

Commit cb44fe5

Browse files
Merge pull request #20273 from MauricioFauth/gitignore-fix
Fix .gitignore for *.pyc files
2 parents ef34ab5 + f207693 commit cb44fe5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ web.config
5151
/docs/html
5252
/docs/linkcheck/
5353
/docs/locale
54-
/docs/*.pyc
55-
/docs/*.swp
54+
/docs/**/*.pyc
5655

5756
# Demo server
5857
revision-info.php

0 commit comments

Comments
 (0)