Skip to content
Snippets Groups Projects
Commit 4d140b80 authored by Martin Czygan's avatar Martin Czygan
Browse files

Apply gitignore patterns and remove ignored files.

List all files, that are ignored, yet tracked and remove
them from the repository without deleting them on disk:

    $ git ls-files -ci --exclude-standard -z | xargs -0 git rm --cached
parent b275c11b
No related merge requests found
Showing
with 0 additions and 171 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment