Query: git-ignore
OS: debian
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GIT-IGNORE(1) Git Extras GIT-IGNORE(1)NAMEgit-ignore - Add .gitignore patternsSYNOPSISgit-ignore [<pattern>...]DESCRIPTIONAdds the given _pattern_s to a gitignore file.EXAMPLESToo lazy to open up .gitignore? me too! simply pass some patterns: $ git ignore build "*.o" "*.log" ... added 'build' ... added '*.o' ... added '*.log' Running git-ignore without a pattern will display the current patterns: $ git ignore build *.o *.logAUTHORWritten by Tj Holowaychuk <tj@vision-media.ca>REPORTING BUGS<http://github.com/visionmedia/git-extras/issues>SEE ALSO<http://github.com/visionmedia/git-extras> January 2013 GIT-IGNORE(1)