Skip to content

Latest commit

 

History

History

git-ignore

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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