From: Stephen Hemminger Date: Fri, 13 Nov 2009 22:18:35 +0000 (-0800) Subject: Add more files to gitignore X-Git-Tag: v2.6.31~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e2f74a75cbb50445a9300d8793bb2ccf2459943;p=thirdparty%2Fiproute2.git Add more files to gitignore Ignore files from cscope, patch, etc. --- diff --git a/.gitignore b/.gitignore index e33227f43..7d77a64bb 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,15 @@ Config *.a *.so *~ +\#*# +# cscope +cscope.* +ncscope.* +# for patch generation +*.diff +*.patch +*.orig +*.rej +# for quilt +patches +series