github.com/q2/git-lfs@v0.5.1-0.20150410234700-03a0d4cec40e/docs/man/git-lfs-untrack.1.ronn (about) 1 git-lfs-untrack(1) - Remove Git LFS paths from Git Attributes. 2 ====================================================================== 3 4 ## SYNOPSIS 5 6 `git lfs untrack` [path]* 7 8 ## DESCRIPTION 9 10 The "untrack" command stops tracking the given path(s) through Git LFS. The 11 "path" argument can be a file extension, or a file path. 12 13 ## EXAMPLES 14 15 * Prevent a path from using Git LFS clean and smudge filters. 16 17 `git lfs untrack '*.gif'` 18 19 ## SEE ALSO 20 21 git-lfs-track(1), git-lfs-init(1), gitattributes(5). 22 23 Part of the git-lfs(1) suite.