-
Notifications
You must be signed in to change notification settings - Fork 79
missing entries in .gitignore #101
Copy link
Copy link
Closed
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels