diff options
author | 2015-03-29 08:02:05 -0400 | |
---|---|---|
committer | 2015-03-29 08:02:05 -0400 | |
commit | 27424b7f69783c47e2d32426e6f7b531be751a88 (patch) | |
tree | 3c95c198bb315fa429ee5ca046dcfe64bfa2a031 /.gitignore | |
parent | add .tox to gitignore (diff) | |
download | pkgcore-27424b7f69783c47e2d32426e6f7b531be751a88.tar.gz pkgcore-27424b7f69783c47e2d32426e6f7b531be751a88.tar.bz2 pkgcore-27424b7f69783c47e2d32426e6f7b531be751a88.zip |
use generic glob for ignoring C extension shared objects
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,8 +1,10 @@ *.py[co] .*.sw[po] -pkgcore/ebuild/*.so + +# C extensions +*.so + pkgcore/plugins/plugincache -pkgcore/restrictions/*.so /build /cache /dist |