how to add untracked files to repository code example Example: git add untracked files to ignore git status --porcelain | grep '^??' | cut -c4- >> .gitignore