From: Colin McCabe Date: Mon, 15 Feb 2010 03:55:00 +0000 (-0800) Subject: Add .gitignore file to ignore intermediate prods X-Git-Url: http://club.cc.cmu.edu/~cmccabe/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01da3f7daad58bc05da6847cc55bf946b38f6077;p=cmccabe-bin Add .gitignore file to ignore intermediate prods --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..99bf2c6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,52 @@ +# +# NOTE! Please use 'git-ls-files -i --exclude-standard' +# command after changing this file, to see if there are +# any tracked files which get ignored after the change. +# + +# +# Normal rules +# +.* +*.o +*.o.* +*.a +*.s +*.ko +*.so +*.so.dbg +*.mod.c +*.i +*.lst +*.symtypes +*.order +*.elf +*.bin +*.gz + +# +# Top-level generic files +# +tags +TAGS +vmlinux +System.map +Module.markers +Module.symvers +!.gitignore +!.mailmap + +# stgit generated dirs +patches-* + +# quilt's files +patches +series + +# cscope files +cscope.* +ncscope.* + +*.orig +*~ +\#*#