vasi / squashfuse

FUSE filesystem to mount squashfs archives
Other
286 stars 66 forks source link

add missing entries to .gitignore #102

Closed preminger closed 11 months ago

preminger commented 11 months ago

This PR adds the following entries to .gitignore, to avoid "uncommitted changes" after build:

ci/features
tests/lib.sh
tests/ll-smoke.sh
tests/umount-test.sh

Fixes #101