Fix paths to tests temporary files in `.gitignore`
authorIustin Pop <iustin@k1024.org>
Tue, 6 Feb 2024 20:54:30 +0000 (20:54 +0000)
committerIustin Pop <iustin@k1024.org>
Tue, 6 Feb 2024 20:54:51 +0000 (20:54 +0000)
Untracked files are much more visible in vscode than in my command line (or I had global gitignores), so let's fix this.

.gitignore

index 6721047b8f507a6ed183cb313f41ccc613835313..ae71a9665653c5d3bd353f6d183785bdcdc79900 100644 (file)
@@ -4,6 +4,6 @@
 /doc/doctrees/
 /doc/html/
 /pyxattr.egg-info
-/test/__pycache__/
-/test/*.pyc
+/tests/__pycache__/
+/tests/*.pyc
 /*.so