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)
Related Man Pages |
---|
git-check-ignore(1) - linux |
git-clean(1) - debian |
gitignore(5) - debian |
git-clean(1) - centos |
git-whatchanged(1) - mojave |
Similar Topics in the Unix Linux Community |
---|
awk or sed - Convert 2 lines to 1 line |
Detecting unused variables... |
New UNIX and Linux History Sections |
My first PERL incarnation... Audio Oscillograph |