diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -8,3 +8,8 @@ src/ *.pkg.tar.zst.sig *.pkg.tar.xz *.pkg.tar.xz.sig + +# Python / macOS caches +__pycache__/ +*.py[cod] +.DS_Store |
| index : RaveOS-PKGBUILD | |
| Osszes RaveOS-saját csomag PKGBUILD-je |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | .gitignore | 5 |
@@ -8,3 +8,8 @@ src/ *.pkg.tar.zst.sig *.pkg.tar.xz *.pkg.tar.xz.sig + +# Python / macOS caches +__pycache__/ +*.py[cod] +.DS_Store |