diff --git a/.gitignore b/.gitignore index 6721047..ae71a96 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,6 @@ /doc/doctrees/ /doc/html/ /pyxattr.egg-info -/test/__pycache__/ -/test/*.pyc +/tests/__pycache__/ +/tests/*.pyc /*.so