vasi / squashfuse

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

missing entries in .gitignore #101

Closed preminger closed 11 months ago

preminger commented 11 months ago

Steps to reproduce:

git clone https://github.com/vasi/squashfuse.git
cd squashfuse/
./autogen.sh
./configure
make
git status

Output:

$ git status
On branch master
Your branch is up to date with 'origin/master'.

Untracked files:
  (use "git add <file>..." to include in what will be committed)
    ci/features
    tests/lib.sh
    tests/ll-smoke.sh
    tests/umount-test.sh

nothing added to commit but untracked files present (use "git add" to track)

Expected output:

$ git status
On branch master
Your branch is up to date with 'origin/master'.

nothing to commit, working tree clean