try: git ls-files --error-unmatch
For each pathname given via the command-line or from a file via --stdin , check whether the file is excluded
individual entries will be created for each .ogg file in your current directory:
If the file didn't exist before, and you run git status , you see your untracked file like so:
You can test to see if Git is interpreting your .gitattributes correctly too:
If no files are given all files which match the other specified criteria are shown.
Customize which files Git tracks through the gitignore feature.
all - Also shows individual files in untracked directories.
Remember that an LFS-tracked file is only saved as a pointer in the repository.
Looks at the current index and checks to see if merges or updates are needed by