projects
/
pyxattr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bb34c6
)
Fix paths to tests temporary files in `.gitignore`
author
Iustin Pop
<iustin@k1024.org>
Tue, 6 Feb 2024 20:54:30 +0000
(20:54 +0000)
committer
Iustin 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
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index 6721047b8f507a6ed183cb313f41ccc613835313..ae71a9665653c5d3bd353f6d183785bdcdc79900 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-4,6
+4,6
@@
/doc/doctrees/
/doc/html/
/pyxattr.egg-info
-/test/__pycache__/
-/test/*.pyc
+/test
s
/__pycache__/
+/test
s
/*.pyc
/*.so