mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-25 19:25:06 +00:00
Stop ignoring .out files in tests/ directory
This commit is contained in:
parent
a9b582d2a8
commit
7a07e9fc76
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -21,6 +21,7 @@
|
||||||
*.o
|
*.o
|
||||||
*.obj
|
*.obj
|
||||||
*.orig
|
*.orig
|
||||||
|
!tests/*.out
|
||||||
*.out
|
*.out
|
||||||
*.pch
|
*.pch
|
||||||
*.slo
|
*.slo
|
||||||
|
|
Loading…
Reference in a new issue