Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 239 Bytes

index.md

File metadata and controls

15 lines (10 loc) · 239 Bytes

git ignore

Ignore all untracked files by appending them to ".gitignore"

Git alias:

ignore = "!git status | grep -P \"^\\t\" | grep -vF .gitignore | sed \"s/^\\t//\" >> .gitignore"

Example:

git ignore