X Tutup
Skip to content

Commit fe0fe1c

Browse files
committed
tests: add lib/spack/spack/test/.cache to gitignore for pytest
- this shoudl have been moved when we moved pytest.ini to lib/spack/spack/test
1 parent 2a27a37 commit fe0fe1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
.coverage
2222
#*
2323
.#*
24-
/.cache
24+
lib/spack/spack/test/.cache
2525
/bin/spackc
2626
*.in.log
2727
*.out.log

0 commit comments

Comments
 (0)
X Tutup