diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,7 +1,8 @@ # SPDX-License-Identifier: CC0-1.0 -__pycache__/ -build/ -patches/ +/build/ +/patches/ + *.patch *.pyc +__pycache__/ |