Skip to content

missing entries in .gitignore #101

@preminger

Description

@preminger

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions