Skip to content

Instantly share code, notes, and snippets.

@bartcerneels
Created March 20, 2018 09:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bartcerneels/b847025e797f0b10a85b1e81ffb839e7 to your computer and use it in GitHub Desktop.
Save bartcerneels/b847025e797f0b10a85b1e81ffb839e7 to your computer and use it in GitHub Desktop.
Exclude current untracked files from repo (not .gitignore)
!/bin/bash
git status --porcelain | grep ?? | cut -d\ -f2 >> `git rev-parse --show-toplevel`/.git/info/exclude
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment